Searched refs:hasFile (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h31 bool hasFile() const { return m_pWildcardFile != NULL; } function in struct:mcld::InputSectDesc::Spec
33 assert(hasFile());
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp39 assert(m_Spec.hasFile());
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java337 return hasFile(getChildProfileLockFile(userId));
341 return hasFile(getLockPasswordFilename(userId)) ||
342 hasFile(getLegacyLockPasswordFilename(userId));
346 return hasFile(getLockPatternFilename(userId)) ||
347 hasFile(getBaseZeroLockPatternFilename(userId)) ||
348 hasFile(getLegacyLockPatternFilename(userId));
355 private boolean hasFile(String name) { method in class:LockSettingsStorage
363 if (mCache.hasFile(name)) {
814 boolean hasFile(String fileName) { method in class:LockSettingsStorage.Cache
/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java600 * {@link #hasFile()} would return false on, and also remove the file.
675 public boolean hasFile() { method in class:DropBoxManagerService.EntryFile
692 return hasFile() ? Uri.encode(tag) + "@" + timestampMillis + getExtension() : null;
701 return hasFile() ? new File(dir, getFilename()) : null;
708 if (hasFile()) {
747 if (entry.hasFile()) {
764 if (entry.hasFile() && entry.blocks > 0) {
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp392 static bool hasFile(const char* file) { function in namespace:android
819 if (hasFile("/system/etc/boot-image.prof")) {
826 if (!hasFile("/system/etc/preloaded-classes")) {
835 if (hasFile("/system/etc/compiled-classes")) {
841 if (hasFile("/system/etc/dirty-image-objects")) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java799 assertTrue(e.hasFile());
817 assertTrue(e.hasFile());
836 assertTrue(e.hasFile());
851 assertTrue(e.hasFile());
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))

Completed in 189 milliseconds