Home
last modified time | relevance | path

Searched refs:fileExists (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/hashing/
DHash.cpp165 std::string* err, bool* fileExists) { in lookupHash() argument
170 if (fileExists != nullptr) *fileExists = false; in lookupHash()
174 if (fileExists != nullptr) *fileExists = true; in lookupHash()
/system/tools/hidl/hashing/include/hidl-hash/
DHash.h36 bool* fileExists = nullptr);
/system/tools/hidl/
DCoordinator.cpp811 bool fileExists; in checkHash() local
813 Hash::lookupHash(hashPath, fqName.string(), &error, &fileExists); in checkHash()
814 if (fileExists) onFileAccess(hashPath, "r"); in checkHash()
Dmain.cpp476 const auto fileExists = [](const std::string& file) { in isTestPackage() local
486 const bool exists = fileExists(path); in isTestPackage()