Searched refs:resolve_paths (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/bionic/linker/ |
H A D | linker_config_test.cpp | 115 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 D | linker_utils.h | 48 void resolve_paths(std::vector<std::string>& paths,
|
H A D | linker_utils.cpp | 189 void resolve_paths(std::vector<std::string>& paths, in resolve_paths() function
|
H A D | linker_soinfo.cpp | 238 resolve_paths(runpaths, &dt_runpath_); in set_dt_runpath()
|
H A D | linker_main.cpp | 147 resolve_paths(paths, resolved_paths); in parse_path()
|
H A D | linker.cpp | 370 resolve_paths(paths, resolved_paths); in parse_path()
|
/aosp_15_r20/external/pdfium/testing/tools/ |
H A D | generate_cas_paths.py | 27 def resolve_paths(root, initial_paths): function 100 resolved_paths = resolve_paths(args.root, runtime_deps)
|
/aosp_15_r20/build/soong/scripts/ |
H A D | conv_linker_config_test.py | 60 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 D | gn_resolver.py | 58 def resolve_paths(self, gn_paths: str, sep: str = ';') -> str: member in GnPaths
|