Home
last modified time | relevance | path

Searched refs:resolve_paths (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/bionic/linker/
H A Dlinker_config_test.cpp115 static std::vector<std::string> resolve_paths(std::vector<std::string> paths) { in resolve_paths() function
117 resolve_paths(paths, &resolved_paths); in resolve_paths()
158 expected_default_search_path = resolve_paths(expected_default_search_path); in run_linker_config_smoke_test()
161 expected_system_search_path = resolve_paths(expected_system_search_path); in run_linker_config_smoke_test()
164 expected_vndk_search_path = resolve_paths(expected_vndk_search_path); in run_linker_config_smoke_test()
H A Dlinker_utils.h48 void resolve_paths(std::vector<std::string>& paths,
H A Dlinker_utils.cpp189 void resolve_paths(std::vector<std::string>& paths, in resolve_paths() function
H A Dlinker_soinfo.cpp238 resolve_paths(runpaths, &dt_runpath_); in set_dt_runpath()
H A Dlinker_main.cpp147 resolve_paths(paths, resolved_paths); in parse_path()
H A Dlinker.cpp370 resolve_paths(paths, resolved_paths); in parse_path()
/aosp_15_r20/external/pdfium/testing/tools/
H A Dgenerate_cas_paths.py27 def resolve_paths(root, initial_paths): function
100 resolved_paths = resolve_paths(args.root, runtime_deps)
/aosp_15_r20/build/soong/scripts/
H A Dconv_linker_config_test.py60 def resolve_paths(self, args): member in TempDirTest
127 parsed_args = parser.parse_args(self.resolve_paths(args))
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dgn_resolver.py58 def resolve_paths(self, gn_paths: str, sep: str = ';') -> str: member in GnPaths