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);
811 bool fileExists; in checkHash() local813 Hash::lookupHash(hashPath, fqName.string(), &error, &fileExists); in checkHash()814 if (fileExists) onFileAccess(hashPath, "r"); in checkHash()
476 const auto fileExists = [](const std::string& file) { in isTestPackage() local486 const bool exists = fileExists(path); in isTestPackage()