Searched refs:subdir (Results 1 – 15 of 15) sorted by relevance
/system/core/adb/ |
D | adb_utils_test.cpp | 37 static std::string subdir(const char* parent, const char* child) { in subdir() function 55 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "does-not-exist"))); in TEST() 74 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "All Users"))); in TEST() 80 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "Default User"))); in TEST()
|
D | test_device.py | 897 subdir = os.path.join(host_dir, 'subdir') 898 os.mkdir(subdir) 899 subdir_temp_files = make_random_host_files(in_dir=subdir, 903 paths.append(subdir) 1179 subdir = posixpath.join(self.DEVICE_TEMP_DIR, 'subdir') 1181 self.device.shell(['mkdir', '-p', subdir]) 1188 self.device, in_dir=subdir, num_files=4, prefix='subdir_') 1191 paths.append(subdir)
|
/system/core/healthd/ |
D | Android.mk | 25 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
|
/system/extras/ |
D | Android.mk | 17 include $(all-subdir-makefiles)
|
/system/extras/tests/ |
D | Android.mk | 1 include $(call all-subdir-makefiles)
|
/system/bt/tools/ |
D | Android.mk.disabled | 1 include $(call all-subdir-makefiles)
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 204 const auto& subdir = rootIt->second.first; in addBind() local 205 auto realSubdir = path::join(subdir, whatSubpath); in addBind() 344 auto subdir = items[3]; in loadFrom() local 349 if (subdir == "/"sv) { in loadFrom() 359 subdir = ""sv; in loadFrom() 361 mount.bindPoints.emplace_back(std::string(subdir), std::move(mountPoint)); in loadFrom() 380 for (auto& [subdir, bind] : mount.bindPoints) { in loadFrom() 383 .insert_or_assign(std::move(bind), std::pair(std::move(subdir), index)) in loadFrom()
|
D | incfs.cpp | 670 const auto [subdir, name] = android::incfs::path::splitDirBase(subpath); in IncFs_MakeFile() 674 .directory_path = (uint64_t)subdir.data(), in IncFs_MakeFile() 689 PLOG(WARNING) << "[incfs] makeFile failed for " << root << " / " << subdir << " / " << name in IncFs_MakeFile()
|
/system/extras/tests/bootloader/ |
D | Android.mk | 11 bootloader_py_files := $(call find-subdir-files, *.py)
|
/system/vold/ |
D | vold_prepare_subdirs.cpp | 114 auto subdir = path + "/" + entry->d_name; in rmrf_contents() local 116 android::vold::ForkExecvp(std::vector<std::string>{"/system/bin/rm", "-rf", subdir})) { in rmrf_contents() 117 LOG(ERROR) << "rm -rf failed on " << subdir; in rmrf_contents()
|
D | MoveStorage.cpp | 76 auto subdir = path + "/" + ent->d_name; in pushBackContents() local 77 found |= pushBackContents(subdir, cmd, searchLevels - 1); in pushBackContents()
|
/system/core/init/ |
D | first_stage_init.cpp | 83 auto subdir = in FreeRamdisk() 85 if (subdir) { in FreeRamdisk() 86 FreeRamdisk(subdir.get(), dev); in FreeRamdisk()
|
/system/tools/aidl/ |
D | io_delegate.cpp | 127 for (const string& subdir : nested_subdirs) { in CreateNestedDirs() local 131 base_dir += subdir; in CreateNestedDirs()
|
/system/update_engine/common/ |
D | prefs_unittest.cc | 235 base::FilePath subdir = prefs_dir_.Append("subdir1").Append("subdir2"); in TEST_F() local 236 EXPECT_TRUE(prefs_.Init(subdir)); in TEST_F() 239 EXPECT_TRUE(base::ReadFileToString(subdir.Append(kKey), &value)); in TEST_F()
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 72 Additionally, we create a `/metadata/gsi/<subdir>/<name>.status` file. Each
|