Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java245 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 LockSettingsStorage
288 if (mCache.hasFile(path)) { in readFile()
841 boolean hasFile(File path) { in hasFile() method in LockSettingsStorage.Cache
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java1000 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile
1017 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java868 assertTrue(e.hasFile());
886 assertTrue(e.hasFile());
905 assertTrue(e.hasFile());
920 assertTrue(e.hasFile());
/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp430 static bool hasFile(const char* file) { in hasFile() function
1017 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
/aosp14/frameworks/base/services/
H A Dart-profile-boot283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
H A Dart-profile192 HSPLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
4898 HSPLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/io/File;)Z