HomeSort by relevance Sort by last modified time
    Searched refs:resolve_paths (Results 1 - 7 of 7) sorted by null

  /bionic/linker/tests/
linker_config_test.cpp 79 static std::vector<std::string> resolve_paths(std::vector<std::string> paths) { function
81 resolve_paths(paths, &resolved_paths);
87 resolve_paths(is_asan ? std::vector<std::string>({ "/data", "/vendor/lib" ARCH_SUFFIX }) :
91 resolve_paths(is_asan ? std::vector<std::string>({ "/data", "/vendor" }) :
95 resolve_paths(is_asan ? std::vector<std::string>({ "/data", "/system/lib" ARCH_SUFFIX }) :
99 resolve_paths(is_asan ? std::vector<std::string>({ "/data", "/system" }) :
  /bionic/linker/
linker_utils.h 49 void resolve_paths(std::vector<std::string>& paths,
linker_utils.cpp 199 void resolve_paths(std::vector<std::string>& paths, function
linker_config.cpp 345 resolve_paths(paths, &resolved_paths);
linker_main.cpp 118 resolve_paths(paths, resolved_paths);
linker_soinfo.cpp 91 resolve_paths(runpaths, &dt_runpath_);
linker.cpp 338 resolve_paths(paths, resolved_paths);
    [all...]

Completed in 337 milliseconds