Searched refs:root_dir (Results 1 – 13 of 13) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | test_build_image.py | 121 root_dir = common.MakeTempDir() 122 with open(os.path.join(root_dir, 'init'), 'w') as init_fp: 135 'root_dir': root_dir, 140 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init'))) 150 root_dir = common.MakeTempDir() 151 with open(os.path.join(root_dir, 'init'), 'w') as init_fp: 165 'root_dir': root_dir, 171 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init')))
|
H A D | build_image.py | 171 root_dir = prop_dict.get("root_dir") 172 if root_dir: 174 shutil.copytree(root_dir, in_dir, symlinks=True)
|
/aosp12/art/tools/golem/ |
H A D | build-target.sh | 328 root_dir="$(get_build_var "$root_dir_var")" 344 setenv CUSTOM_TARGET_LINKER "${golem_run_path}${root_dir}/system/bin/linker${bit64_suffix}" 358 execute_noshow strip $root_dir/bin/* || true 359 show_command strip $root_dir/bin/'*' '|| true' 360 execute_noshow strip $root_dir/lib${bit64_suffix}/'*' 361 show_command strip $root_dir/lib${bit64_suffix}/'*' 371 dirs_rooted+=("$root_dir/$tar_dir")
|
/aosp12/system/apex/apexd/ |
H A D | apexd_utils_test.cpp | 50 TemporaryDir root_dir; in TEST() local 51 TemporaryFile child_file_1(root_dir.path); in TEST() 52 TemporaryFile child_file_2(root_dir.path); in TEST() 53 std::string child_dir = StringPrintf("%s/child-dir", root_dir.path); in TEST() 57 auto content = ReadDir(root_dir.path, [](auto _) { return true; }); in TEST() 61 auto del_result = DeleteDirContent(root_dir.path); in TEST() 63 content = ReadDir(root_dir.path, [](auto _) { return true; }); in TEST()
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Fixture.cpp | 42 const std::string root_dir = path.to_string(); in ClearDirectory() local 43 std::unique_ptr<DIR, decltype(closedir)*> dir(opendir(root_dir.data()), closedir); in ClearDirectory() 55 std::string full_path = file::BuildPath({root_dir, entry->d_name}); in ClearDirectory()
|
/aosp12/bionic/tools/versioner/ |
H A D | run_tests.py | 63 root_dir = os.path.dirname(os.path.realpath(__file__)) variable 64 test_dir = os.path.join(root_dir, "tests")
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Files.cpp | 349 const std::string root_dir = path.to_string(); in FindFiles() local 350 std::unique_ptr<DIR, decltype(closedir)*> d(opendir(root_dir.data()), closedir); in FindFiles() 364 std::string full_path = root_dir; in FindFiles() 383 std::string full_subdir = root_dir; in FindFiles()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer_test.cpp | 515 std::string root_dir = "/data/local/unencrypted"; in main() local 516 if (access(root_dir.c_str(), F_OK)) { in main() 517 root_dir = "/data"; in main() 520 std::string tempdir = root_dir + "/XXXXXX"s; in main() 522 cerr << "unable to create tempdir on " << root_dir << "\n"; in main()
|
/aosp12/build/soong/scripts/ |
H A D | lint_project_xml.py | 106 if args.root_dir: 107 f.write(" <root dir='%s' />\n" % args.root_dir)
|
H A D | setup_go_workspace_for_soong.sh | 54 function root_dir() ( function
|
/aosp12/build/make/tools/fs_config/end_to_end_test/ |
H A D | config.fs | 104 [root_dir/]
|
/aosp12/art/libnativeloader/ |
H A D | public_libraries.cpp | 62 std::string root_dir() { in root_dir() function 147 std::string config_file = root_dir() + kDefaultPublicLibrariesFile; in InitDefaultPublicLibraries()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | AssetsProvider.h | 132 static std::unique_ptr<DirectoryAssetsProvider> Create(std::string root_dir);
|