Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 6 of 6) sorted by relevance

/art/tools/golem/
Dbuild-target.sh330 root_dir="$(get_build_var "$root_dir_var")"
346 setenv CUSTOM_TARGET_LINKER "${golem_run_path}${root_dir}/system/bin/linker${bit64_suffix}"
360 execute_noshow strip $root_dir/bin/* || true
361 show_command strip $root_dir/bin/'*' '|| true'
362 execute_noshow strip $root_dir/lib${bit64_suffix}/'*'
363 show_command strip $root_dir/lib${bit64_suffix}/'*'
373 dirs_rooted+=("$root_dir/$tar_dir")
/art/libarttools/
Dtools.cc130 const std::filesystem::path& root_dir, in MatchGlobRecursive() argument
134 root_dir, std::filesystem::directory_options::skip_permission_denied, ec); in MatchGlobRecursive()
158 LOG(ERROR) << ART_FORMAT("Unable to walk through '{}': {}", root_dir.string(), ec.message()); in MatchGlobRecursive()
164 std::vector<std::string> Glob(const std::vector<std::string>& patterns, std::string_view root_dir) { in Glob() argument
171 MatchGlobRecursive(parsed_patterns, root_dir, &results); in Glob()
/art/libarttools/include/tools/
Dtools.h42 std::string_view root_dir = "/");
/art/artd/
Dpath_utils.cc339 void TestOnlySetListRootDir(std::string_view root_dir) { gListRootDir = root_dir; } in TestOnlySetListRootDir() argument
Dpath_utils.h136 void TestOnlySetListRootDir(std::string_view root_dir);
/art/libnativeloader/
Dpublic_libraries.cpp64 std::string root_dir() { in root_dir() function
152 std::string config_file = root_dir() + kDefaultPublicLibrariesFile; in InitDefaultPublicLibraries()