Searched refs:Mkdir (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/apex/libs/libapexutil/ |
H A 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()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | image_test.cpp | 182 bool Mkdir(const std::string& path) { in Mkdir() function 200 if (!Mkdir(gDataPath) || !Mkdir(kMetadataPath) || !Mkdir(gDataMountPath) || in main() 201 !Mkdir(kMetadataPath + "/mnt"s)) { in main()
|
/aosp12/system/linkerconfig/modules/tests/ |
H A D | apex_testbase.h | 53 void Mkdir(std::string dir_path) { in Mkdir() function 55 Mkdir(android::base::Dirname(dir_path)); in Mkdir() 62 Mkdir(::android::base::Dirname(file_path)); in WriteFile()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A 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() 387 PCHECK(Mkdir(metadata_dir)); in CheckCreateFakeImageManager() 388 PCHECK(Mkdir(data_dir)); in CheckCreateFakeImageManager() 427 PCHECK(Mkdir(metadata_dir)); in CheckCreateSnapshotManager() 429 PCHECK(Mkdir(metadata_dir + "/snapshots")); in CheckCreateSnapshotManager()
|
H A D | snapshot_test.cpp | 2457 bool Mkdir(const std::string& path) { in Mkdir() function 2510 ASSERT_TRUE(Mkdir(path)); in SetUp()
|
/aosp12/system/core/libprocessgroup/setup/ |
H A D | cgroup_map_write.cpp | 115 static bool Mkdir(const std::string& path, mode_t mode, const std::string& uid, in Mkdir() function 261 if (!Mkdir(controller->path(), 0, "", "")) { in SetupCgroup() 276 if (!Mkdir(controller->path(), descriptor.mode(), descriptor.uid(), descriptor.gid())) { in SetupCgroup() 293 if (!Mkdir(controller->path(), descriptor.mode(), descriptor.uid(), descriptor.gid())) { in SetupCgroup() 419 if (!Mkdir(android::base::Dirname(CGROUPS_RC_PATH), 0711, "system", "system")) { in CgroupSetup()
|
/aosp12/build/soong/ui/build/ |
H A D | upload_test.go | 114 if err := os.Mkdir(retDir, 0755); err != nil { 122 if err := os.Mkdir(metricsUploadDir, 0755); err != nil {
|
/aosp12/build/blueprint/microfactory/ |
H A D | microfactory_test.go | 397 if err := os.Mkdir(filepath.Join(dir, name), 0777); err != nil {
|