Searched refs:SYSTEM (Results 1 – 5 of 5) sorted by relevance
31 public enum AppLocation { DATA, SYSTEM, PRODUCT, VENDOR } enumConstant44 return getAppLocation() == AppLocation.SYSTEM in systemPrivateLibsAccessibleFromAppNamespace()54 return (getAppLocation() == AppLocation.SYSTEM || getAppLocation() == AppLocation.PRODUCT) in productPrivateLibsAccessibleFromAppNamespace()69 return getAppLocation() == AppLocation.SYSTEM in noSwitchToVendorOrProductNamespace()147 loadPrivateProductLib = getAppLocation() == AppLocation.SYSTEM in testLoadPrivateLibrariesViaProductSharedLibWithAbsolutePaths()
35 return AppLocation.SYSTEM; in getAppLocation()
179 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in Main()
265 android::base::InitLogging(argv, android::base::LogdLogger(android::base::SYSTEM)); in main()
483 Lcom/android/okhttp/Dns;->SYSTEM:Lcom/android/okhttp/Dns;