Searched refs:hasFile (Results 1 – 9 of 9) sorted by relevance
31 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function33 assert(hasFile()); in file()
39 assert(m_Spec.hasFile()); in dump()
246 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()258 return hasFile(getRebootEscrowFile(userId)); in hasRebootEscrow()274 return hasFile(getRebootEscrowServerBlobFile()); in hasRebootEscrowServerBlob()281 private boolean hasFile(File path) { in hasFile() method in LockSettingsStorage289 if (mCache.hasFile(path)) { in readFile()871 boolean hasFile(File path) { in hasFile() method in LockSettingsStorage.Cache
1043 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile1060 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null; in getFilename()1069 return hasFile() ? new File(dir, getFilename()) : null; in getFile()1076 if (hasFile()) { in deleteFile()1115 if (entry.hasFile()) { in init()1132 if (entry.hasFile() && entry.blocks > 0) { in enrollEntry()
868 assertTrue(e.hasFile());886 assertTrue(e.hasFile());905 assertTrue(e.hasFile());920 assertTrue(e.hasFile());
298 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
433 static bool hasFile(const char* file) { in hasFile() function1025 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
2216 PLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z14845 PLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/io/File;)Z