Searched refs:hasFile (Results 1 – 10 of 10) sorted by relevance
31 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function33 assert(hasFile()); in file()
303 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()315 return hasFile(getRebootEscrowFile(userId)); in hasRebootEscrow()331 return hasFile(getRebootEscrowServerBlob()); in hasRebootEscrowServerBlob()339 return hasFile(getLockPasswordFilename(userId)); in hasPassword()343 return hasFile(getLockPatternFilename(userId)); in hasPattern()346 private boolean hasFile(String name) { in hasFile() method in LockSettingsStorage354 if (mCache.hasFile(name)) { in readFile()887 boolean hasFile(String fileName) { in hasFile() method in LockSettingsStorage.Cache
122 final boolean hasFile = selectionDetails.containsFiles(); in inflateContextMenuForDocs()124 assert(hasDir || hasFile); in inflateContextMenuForDocs()131 if (!hasFile) { in inflateContextMenuForDocs()
966 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile983 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null; in getFilename()992 return hasFile() ? new File(dir, getFilename()) : null; in getFile()999 if (hasFile()) { in deleteFile()1038 if (entry.hasFile()) { in init()1055 if (entry.hasFile() && entry.blocks > 0) { in enrollEntry()
39 assert(m_Spec.hasFile()); in dump()
867 assertTrue(e.hasFile());885 assertTrue(e.hasFile());904 assertTrue(e.hasFile());919 assertTrue(e.hasFile());
419 static bool hasFile(const char* file) { in hasFile() function1023 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
1548 HSPLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z23538 HSPLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/lang/String;)Z23584 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasFile(Ljava/lang/String;)Z