Searched refs:FileExists (Results 1 – 6 of 6) sorted by relevance
161 return mFileHandle.FileExists(keySetId + kLicenseFileNameExt); in LicenseExists()179 if (!FileExists(fileName)) { in RetrieveHashedFile()239 bool DeviceFiles::FileExists(const std::string& fileName) const { in FileExists() function in clearkeydrm::DeviceFiles240 return mFileHandle.FileExists(fileName); in FileExists()
33 bool MemoryFileSystem::FileExists(const std::string& fileName) const { in FileExists() function in clearkeydrm::MemoryFileSystem
51 bool FileExists(const std::string& path) { in FileExists() function83 if (path().empty() || !FileExists(path())) { in CreateBackupFile()114 if (path().empty() || !FileExists(backup)) { in RestoreBackupFile()
57 bool FileExists(const std::string& path) const;
50 bool FileExists(const std::string& fileName) const;
263 void FileExists(const char* filename, uint32_t minsize, in FileExists() function in android::os::dumpstate::ZippedBugReportContentsTest283 FileExists(bugreport_txt_name.c_str(), 1000000U); in TEST_F()305 FileExists("proto/activity.proto", 100000U, 1000000U); in TEST_F()311 FileExists("FS/proc/1/mountinfo", 0U, 100000U); in TEST_F()