Searched refs:Mkdir (Results 1 – 6 of 6) sorted by relevance
/system/apex/libs/libapexutil/ |
D | apexutil_test.cpp | 48 void Mkdir(std::string dir_path) { in Mkdir() function 79 Mkdir(foo_path); in TEST() 83 Mkdir(foo_path + "@1"); in TEST() 89 Mkdir(bar_path); in TEST() 93 Mkdir(td.path + "/com.android.baz"s); in TEST()
|
/system/linkerconfig/modules/tests/ |
D | apex_testbase.h | 51 void Mkdir(std::string dir_path) { in Mkdir() function 53 Mkdir(android::base::Dirname(dir_path)); in Mkdir() 60 Mkdir(::android::base::Dirname(file_path)); in WriteFile()
|
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 134 bool Mkdir(const std::string& path) { in Mkdir() function 152 if (!Mkdir(gDataPath) || !Mkdir(kMetadataPath) || !Mkdir(gDataMountPath) || in main() 153 !Mkdir(kMetadataPath + "/mnt"s)) { in main()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.cpp | 75 bool Mkdir(const std::string& path) { in Mkdir() function 251 if (!Mkdir(path)) { in New() 303 if (!Mkdir(ret->tmp_path())) { in New() 306 if (!Mkdir(ret->persist_path())) { in New() 324 PCHECK(Mkdir(tmp_path())); in CheckSoftReset() 386 PCHECK(Mkdir(metadata_dir)); in CheckCreateFakeImageManager() 387 PCHECK(Mkdir(data_dir)); in CheckCreateFakeImageManager() 426 PCHECK(Mkdir(metadata_dir)); in CheckCreateSnapshotManager() 428 PCHECK(Mkdir(metadata_dir + "/snapshots")); in CheckCreateSnapshotManager()
|
D | snapshot_test.cpp | 1860 bool Mkdir(const std::string& path) { in Mkdir() function 1882 if (!Mkdir(path)) { in main()
|
/system/core/libprocessgroup/setup/ |
D | cgroup_map_write.cpp | 113 static bool Mkdir(const std::string& path, mode_t mode, const std::string& uid, in Mkdir() function 241 if (!Mkdir(controller->path(), 0, "", "")) { in SetupCgroup() 258 if (!Mkdir(controller->path(), descriptor.mode(), descriptor.uid(), descriptor.gid())) { in SetupCgroup() 275 if (!Mkdir(controller->path(), descriptor.mode(), descriptor.uid(), descriptor.gid())) { in SetupCgroup() 394 if (!Mkdir(android::base::Dirname(CGROUPS_RC_PATH), 0711, "system", "system")) { in CgroupSetup()
|