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