Searched refs:jarPath (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedApexSystemServiceImpl.java | 41 private String jarPath; field in ParsedApexSystemServiceImpl 72 @Nullable String jarPath, in ParsedApexSystemServiceImpl() argument 79 this.jarPath = jarPath; in ParsedApexSystemServiceImpl() 94 return jarPath; in getJarPath() 122 jarPath = value; in setJarPath() 195 if (jarPath != null) flg |= 0x2; in writeToParcel() 200 sParcellingForJarPath.parcel(jarPath, dest, flags); in writeToParcel() 227 this.jarPath = _jarPath; in ParsedApexSystemServiceImpl()
|
H A D | ParsedApexSystemServiceUtils.java | 50 String jarPath = sa.getString( in parseApexSystemService() local 63 if (!TextUtils.isEmpty(jarPath)) { in parseApexSystemService() 64 systemService.setJarPath(jarPath); in parseApexSystemService()
|
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ProtoLogGroupReader.kt | 25 private fun getClassloaderForJar(jarPath: String): ClassLoader { 26 val jarFile = File(jarPath) 37 fun loadFromJar(jarPath: String, className: String): Map<String, LogGroup> { 39 val classLoader = getClassloaderForJar(jarPath)
|
H A D | ProtoLogTool.kt | 232 override fun readLogGroups(jarPath: String, className: String) = 233 ProtoLogGroupReader().loadFromJar(jarPath, className) 242 fun readLogGroups(jarPath: String, className: String): Map<String, LogGroup>
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApexSystemServiceInfo.java | 32 public ApexSystemServiceInfo(String name, String jarPath, int initOrder) { in ApexSystemServiceInfo() argument 34 this.mJarPath = jarPath; in ApexSystemServiceInfo()
|
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | EndToEndTest.kt | 132 override fun readLogGroups(jarPath: String, className: String) = mapOf(
|
/aosp14/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 3210 String jarPath = info.getJarPath(); in startApexServices() local 3212 if (TextUtils.isEmpty(jarPath)) { in startApexServices() 3215 mSystemServiceManager.startServiceFromJar(name, jarPath); in startApexServices()
|