Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h31 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function
33 assert(hasFile()); in file()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java303 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 LockSettingsStorage
354 if (mCache.hasFile(name)) { in readFile()
887 boolean hasFile(String fileName) { in hasFile() method in LockSettingsStorage.Cache
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DMenuManager.java122 final boolean hasFile = selectionDetails.containsFiles(); in inflateContextMenuForDocs()
124 assert(hasDir || hasFile); in inflateContextMenuForDocs()
131 if (!hasFile) { in inflateContextMenuForDocs()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java966 public boolean hasFile() { in hasFile() method in DropBoxManagerService.EntryFile
983 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()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp39 assert(m_Spec.hasFile()); in dump()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java867 assertTrue(e.hasFile());
885 assertTrue(e.hasFile());
904 assertTrue(e.hasFile());
919 assertTrue(e.hasFile());
/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp419 static bool hasFile(const char* file) { in hasFile() function
1023 if (hasFile("/system/etc/dirty-image-objects")) { in startVm()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()
/aosp12/frameworks/base/services/
H A Dart-profile-boot283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
H A Dart-profile1548 HSPLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
23538 HSPLcom/android/server/locksettings/LockSettingsStorage$Cache;->hasFile(Ljava/lang/String;)Z
23584 HSPLcom/android/server/locksettings/LockSettingsStorage;->hasFile(Ljava/lang/String;)Z