Searched defs:hasFile (Results 1 - 3 of 3) 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/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java282 return hasFile(getChildProfileLockFile(userId));
286 return hasFile(getLockPasswordFilename(userId)) ||
287 hasFile(getLegacyLockPasswordFilename(userId));
291 return hasFile(getLockPatternFilename(userId)) ||
292 hasFile(getBaseZeroLockPatternFilename(userId)) ||
293 hasFile(getLegacyLockPatternFilename(userId));
300 private boolean hasFile(String name) { method in class:LockSettingsStorage
308 if (mCache.hasFile(name)) {
614 boolean hasFile(String fileName) { method in class:LockSettingsStorage.Cache
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp386 static bool hasFile(const char* file) { function in namespace:android
784 if (!hasFile("/system/etc/preloaded-classes")) {
793 if (hasFile("/system/etc/compiled-classes")) {

Completed in 917 milliseconds