Searched refs:fileExists (Results 1 – 4 of 4) sorted by relevance
165 std::string* err, bool* fileExists) { in lookupHash() argument170 if (fileExists != nullptr) *fileExists = false; in lookupHash()174 if (fileExists != nullptr) *fileExists = true; in lookupHash()
36 bool* fileExists = nullptr);
822 bool fileExists; in checkHash() local824 Hash::lookupHash(hashPath, fqName.string(), &error, &fileExists); in checkHash()825 if (fileExists) onFileAccess(hashPath, "r"); in checkHash()
527 const auto fileExists = [](const std::string& file) { in isSystemExtPackage() local537 const bool exists = fileExists(path); in isSystemExtPackage()