Home
last modified time | relevance | path

Searched refs:parent_path (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/storage/proxy/
Dstorage.c232 char* parent_path = dirname(path); in sync_parent() local
233 parent_fd = TEMP_FAILURE_RETRY(open(parent_path, O_RDONLY)); in sync_parent()
238 ALOGE("%s: failed to open parent directory \"%s\" for sync: %s\n", __func__, parent_path, in sync_parent()
302 char* parent_path = dirname(path); in storage_file_open() local
303 rc = mkdir(parent_path, S_IRWXU); in storage_file_open()
305 sync_parent(parent_path); in storage_file_open()
307 ALOGE("%s: Could not create parent directory \"%s\": %s\n", __func__, parent_path, in storage_file_open()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp93 fs::path parent_path = src_path.parent_path(); in CreateLinks() local
107 fs::path target(parent_path); in CreateLinks()
109 fs::path source(parent_path); in CreateLinks()
/system/apex/tests/native/
Dapex_shared_libraries_test.cpp52 if (fs::path(entry.mount_point).parent_path() != kApexRoot) { in TEST()
/system/apex/apexd/
Dapex_database.cpp279 if (fs::path(mount_point).parent_path() != kApexRoot) { in PopulateFromMounts()
Dapexd_test.cpp2218 sharedlibs.push_back(p.path().parent_path().string() + "->" + in TEST_F()
2219 src.parent_path().string()); in TEST_F()
2313 sharedlibs.push_back(p.path().parent_path().string() + "->" + in TEST_F()
2314 src.parent_path().string()); in TEST_F()