Searched refs:root_dir (Results 1 – 6 of 6) sorted by relevance
330 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/* || true361 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")
130 const std::filesystem::path& root_dir, in MatchGlobRecursive() argument134 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() argument171 MatchGlobRecursive(parsed_patterns, root_dir, &results); in Glob()
42 std::string_view root_dir = "/");
339 void TestOnlySetListRootDir(std::string_view root_dir) { gListRootDir = root_dir; } in TestOnlySetListRootDir() argument
136 void TestOnlySetListRootDir(std::string_view root_dir);
64 std::string root_dir() { in root_dir() function152 std::string config_file = root_dir() + kDefaultPublicLibrariesFile; in InitDefaultPublicLibraries()