Searched refs:hasFile (Results 1 – 6 of 6) sorted by relevance
245 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()257 return hasFile(getRebootEscrowFile(userId)); in hasRebootEscrow()273 return hasFile(getRebootEscrowServerBlobFile()); in hasRebootEscrowServerBlob()280 private boolean hasFile(File path) { in hasFile() method in LockSettingsStorage288 if (mCache.hasFile(path)) { in readFile()841 boolean hasFile(File path) { in hasFile() method in LockSettingsStorage.Cache
1000 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile1017 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null; in getFilename()1026 return hasFile() ? new File(dir, getFilename()) : null; in getFile()1033 if (hasFile()) { in deleteFile()1072 if (entry.hasFile()) { in init()1089 if (entry.hasFile() && entry.blocks > 0) { in enrollEntry()
868 assertTrue(e.hasFile());886 assertTrue(e.hasFile());905 assertTrue(e.hasFile());920 assertTrue(e.hasFile());
430 static bool hasFile(const char* file) { in hasFile() function1017 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
192 HSPLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z4898 HSPLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/io/File;)Z