Home
last modified time | relevance | path

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

/aosp12/build/make/tools/
H A Dcompare_builds.py232 dir_prefix = "out_incremental"
240 dir_prefix = "out_full"
241 first_out_dir = dir_prefix + "/out_1"
242 second_out_dir = dir_prefix + "/out_2"
249 first_work_dir = dir_prefix + "/work"
250 second_work_dir = dir_prefix + "/work"
251 timestamp_start = dir_prefix + "/timestamp_start"
252 timestamp_between = dir_prefix + "/timestamp_between"
253 timestamp_end = dir_prefix + "/timestamp_end"
257 print("Cleaning " + dir_prefix + "/")
[all …]
/aosp12/system/core/fs_mgr/libfiemap/
H A Dpassthrough.cpp22 std::unique_ptr<IImageManager> IImageManager::Open(const std::string& dir_prefix, in Open() argument
26 return ImageManager::Open(dir_prefix, device_info); in Open()
H A Dimage_manager.cpp58 std::unique_ptr<ImageManager> ImageManager::Open(const std::string& dir_prefix, in Open() argument
60 auto metadata_dir = "/metadata/gsi/" + dir_prefix; in Open()
61 auto data_dir = "/data/gsi/" + dir_prefix; in Open()
62 auto install_dir_file = gsi::DsuInstallDirFile(gsi::GetDsuSlot(dir_prefix)); in Open()
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h49 static std::unique_ptr<IImageManager> Open(const std::string& dir_prefix,
146 static std::unique_ptr<ImageManager> Open(const std::string& dir_prefix,
/aosp12/art/build/apex/
H A Dart_apex_test.py317 dir_prefix = dir_path + '/'
322 if path_glob.startswith(dir_prefix):
323 subpath = path_glob[len(dir_prefix):]
325 expected_paths |= set(fnmatch.filter(paths, dir_prefix + subpath_first_segment))