Searched refs:hasFile (Results 1 – 8 of 8) sorted by relevance
31 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function33 assert(hasFile()); in file()
339 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()343 return hasFile(getLockPasswordFilename(userId)) || in hasPassword()344 hasFile(getLegacyLockPasswordFilename(userId)); in hasPassword()348 return hasFile(getLockPatternFilename(userId)) || in hasPattern()349 hasFile(getBaseZeroLockPatternFilename(userId)) || in hasPattern()350 hasFile(getLegacyLockPatternFilename(userId)); in hasPattern()357 private boolean hasFile(String name) { in hasFile() method in LockSettingsStorage365 if (mCache.hasFile(name)) { in readFile()816 boolean hasFile(String fileName) { in hasFile() method in LockSettingsStorage.Cache
39 assert(m_Spec.hasFile()); in dump()
850 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile867 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null; in getFilename()876 return hasFile() ? new File(dir, getFilename()) : null; in getFile()883 if (hasFile()) { in deleteFile()922 if (entry.hasFile()) { in init()939 if (entry.hasFile() && entry.blocks > 0) { in enrollEntry()
430 static bool hasFile(const char* file) { in hasFile() function892 if (hasFile("/system/etc/boot-image.prof")) { in startVm()899 if (!hasFile("/system/etc/preloaded-classes")) { in startVm()908 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
799 assertTrue(e.hasFile());817 assertTrue(e.hasFile());836 assertTrue(e.hasFile());851 assertTrue(e.hasFile());
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
8325 HSPLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/lang/String;)Z