Searched refs:hasFile (Results 1 - 5 of 5) 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.java269 return hasFile(getChildProfileLockFile(userId));
273 return hasFile(getLockPasswordFilename(userId)) ||
274 hasFile(getLegacyLockPasswordFilename(userId));
278 return hasFile(getLockPatternFilename(userId)) ||
279 hasFile(getBaseZeroLockPatternFilename(userId)) ||
280 hasFile(getLegacyLockPatternFilename(userId));
283 private boolean hasFile(String name) { method in class:LockSettingsStorage
291 if (mCache.hasFile(name)) {
555 boolean hasFile(String fileName) { method in class:LockSettingsStorage.Cache
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp39 assert(m_Spec.hasFile());
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp366 static bool hasFile(const char* file) { function in namespace:android
764 if (!hasFile("/system/etc/preloaded-classes")) {
773 if (hasFile("/system/etc/compiled-classes")) {
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))

Completed in 1402 milliseconds