Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DDeviceFiles.cpp161 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::DeviceFiles
240 return mFileHandle.FileExists(fileName); in FileExists()
DMemoryFileSystem.cpp33 bool MemoryFileSystem::FileExists(const std::string& fileName) const { in FileExists() function in clearkeydrm::MemoryFileSystem
/frameworks/native/cmds/installd/
Drestorable_file.cpp51 bool FileExists(const std::string& path) { in FileExists() function
83 if (path().empty() || !FileExists(path())) { in CreateBackupFile()
114 if (path().empty() || !FileExists(backup)) { in RestoreBackupFile()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DDeviceFiles.h57 bool FileExists(const std::string& path) const;
DMemoryFileSystem.h50 bool FileExists(const std::string& fileName) const;
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp263 void FileExists(const char* filename, uint32_t minsize, in FileExists() function in android::os::dumpstate::ZippedBugReportContentsTest
283 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()