Searched refs:parent_path (Results 1 – 5 of 5) sorted by relevance
232 char* parent_path = dirname(path); in sync_parent() local233 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() local303 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()
93 fs::path parent_path = src_path.parent_path(); in CreateLinks() local107 fs::path target(parent_path); in CreateLinks()109 fs::path source(parent_path); in CreateLinks()
52 if (fs::path(entry.mount_point).parent_path() != kApexRoot) { in TEST()
279 if (fs::path(mount_point).parent_path() != kApexRoot) { in PopulateFromMounts()
2218 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()