Searched refs:CandidateLibPath (Results 1 – 2 of 2) sorted by relevance
145 for (const auto &CandidateLibPath : getArchSpecificLibPaths()) in OHOS() local146 if (getVFS().exists(CandidateLibPath)) in OHOS()147 getFilePaths().push_back(CandidateLibPath); in OHOS()
2410 std::string CandidateLibPath = CandidatePrefix + "/lib/gcc"; in AddDefaultGCCPrefixes() local2411 if (!D.getVFS().exists(CandidateLibPath)) in AddDefaultGCCPrefixes()