Home
last modified time | relevance | path

Searched refs:system_server_classpath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/api/
H A Dapi.go407 …erverExportableStubs(ctx android.LoadHookContext, bootclasspath, system_server_classpath proptools…
415 system_server_classpath = system_server_classpath.Clone()
416 transformConfigurableArray(system_server_classpath, "", ".stubs.exportable.system_server")
420 bootclasspathModules.Append(system_server_classpath)
443 system_server_classpath proptools.Configurable[[]string],
481 Modules: system_server_classpath,
493 system_server_classpath := a.properties.System_server_classpath.Clone()
497 createMergedTxts(ctx, bootclasspath, system_server_classpath, "non-updatable-", "-", false)
498 …createMergedTxts(ctx, bootclasspath, system_server_classpath, "non-updatable-exportable-", "-expor…
510 createMergedFrameworkSystemServerExportableStubs(ctx, bootclasspath, system_server_classpath)
[all …]
H A DAndroid.bp121 system_server_classpath: [
/aosp_15_r20/art/runtime/
H A Druntime.cc1237 const char* system_server_classpath = getenv("SYSTEMSERVERCLASSPATH"); in InitNonZygoteOrPostFork() local
1238 if (system_server_classpath == nullptr || (strlen(system_server_classpath) == 0)) { in InitNonZygoteOrPostFork()
1241 std::vector<std::string> jars = android::base::Split(system_server_classpath, ":"); in InitNonZygoteOrPostFork()