| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0015-clang-Fix-resource-dir-location-for-cross-toolchains.patch | 29 StringRef Dir = llvm::sys::path::parent_path(BinaryPath); 38 - P = llvm::sys::path::parent_path(Dir); 44 + P = llvm::sys::path::parent_path(Dir); 46 + P = llvm::sys::path::parent_path(llvm::sys::path::parent_path(Dir));
|
| /openbmc/sdbusplus/test/message/ |
| H A D | types.cpp | 66 EXPECT_EQ(sdbusplus::message::object_path("/abc/def").parent_path(), in TEST() 68 EXPECT_EQ(sdbusplus::message::object_path("/abc/").parent_path(), in TEST() 70 EXPECT_EQ(sdbusplus::message::object_path("/abc").parent_path(), in TEST() 72 EXPECT_EQ(sdbusplus::message::object_path("/").parent_path(), in TEST()
|
| /openbmc/telemetry/src/ |
| H A D | persistent_json_storage.cpp | 24 currentPath = currentPath.parent_path(); in isAnySymlink() 44 std::filesystem::create_directories(path.parent_path(), ec); in store() 61 limitPermissions(path.parent_path()); in store() 93 std::filesystem::remove(path.parent_path(), ec); in remove()
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_utils.hpp | 23 std::filesystem::path{pelIDFile}.parent_path()); in TearDownTestCase() 42 std::filesystem::path{pelIDFile}.parent_path()); in TearDown()
|
| H A D | log_id_test.cpp | 48 fs::remove_all(fs::path{backingFile}.parent_path()); in TEST() 86 fs::remove_all(fs::path{backingFile}.parent_path()); in TEST()
|
| H A D | temporary_file_test.cpp | 93 fs::path parentDir = path.parent_path(); in TEST_F() 108 fs::path parentDir = path.parent_path(); in TEST_F() 339 EXPECT_EQ(tmpFile->getPath().parent_path(), "/tmp"); in TEST_F()
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | serialize.hpp | 43 fs::create_directories(p.parent_path()); in serialize() 58 fs::create_directories(p.parent_path()); in serialize()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | alarm_timestamps.hpp | 184 if (!std::filesystem::exists(path.parent_path())) in save() 186 std::filesystem::create_directory(path.parent_path()); in save()
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | logger.cpp | 317 if (!std::filesystem::exists(m_filePath.parent_path(), l_ec)) 323 m_filePath.parent_path().string() + 330 if (!std::filesystem::create_directories(m_filePath.parent_path(),
|
| /openbmc/phosphor-user-manager/phosphor-ldap-config/ |
| H A D | main.cpp | 18 std::filesystem::path(LDAP_CONFIG_FILE).parent_path(); in main()
|
| H A D | ldap_mapper_serialize.cpp | 69 fs::create_directories(path.parent_path()); in deserialize()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | bmc_dump_entry.cpp | 21 std::filesystem::remove_all(file.parent_path()); in delete_()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | sync_manager.cpp | 50 fs::create_directories(dst.parent_path(), ec); in processEntry()
|
| /openbmc/phosphor-led-manager/manager/ |
| H A D | serialize.cpp | 45 auto dir = path.parent_path(); in storeGroups()
|
| /openbmc/phosphor-state-manager/ |
| H A D | scheduled_host_transition_main.cpp | 50 auto dir = fs::path(SCHEDULED_HOST_TRANSITION_PERSIST_PATH).parent_path(); in main()
|
| H A D | host_state_manager_main.cpp | 85 auto dir = fs::path(HOST_STATE_PERSIST_PATH).parent_path(); in main()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | log_id.cpp | 62 auto path = fs::path(idFilename).parent_path(); in generatePELID()
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | secureboot.cpp | 52 std::filesystem::create_directories(secureBootFile.parent_path()); in serialize()
|
| /openbmc/phosphor-power/test/ |
| H A D | temporary_file_tests.cpp | 76 fs::path parentDir = path.parent_path(); in TEST() 322 EXPECT_EQ(file.getPath().parent_path(), "/tmp"); in TEST()
|
| H A D | temporary_subdirectory_tests.cpp | 37 fs::path parentDir = path.parent_path(); in TEST() 291 EXPECT_EQ(subdirectory.getPath().parent_path(), "/tmp"); in TEST()
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | csr.cpp | 50 csrFilePath = csrFilePath.parent_path() / defaultCSRFileName; in csr()
|
| H A D | watch.cpp | 31 fs::path path = fs::path(certFile).parent_path(); in Watch()
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | dbus_zone.cpp | 75 fs::create_directories(path.parent_path()); in restoreCurrentMode()
|
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | NvidiaDriverInformation.cpp | 52 associations.emplace_back("running", "ran_on", path.parent_path()); in NvidiaDriverInformation()
|
| /openbmc/openpower-proc-control/extensions/phal/ |
| H A D | fw_update_watch.cpp | 134 fs::create_directory(expFile.parent_path()); in exportDevtree()
|