HomeSort by relevance Sort by last modified time
    Searched refs:appDataDir (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 82 * @param appDataDir null-ok the data directory of the app.
89 String instructionSet, String appDataDir) {
95 instructionSet, appDataDir);
104 String instructionSet, String appDataDir);
ZygoteConnection.java 249 parsedArgs.appDataDir);
411 String appDataDir;
571 appDataDir = arg.substring(arg.indexOf('=') + 1);
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 472 * @param appDataDir null-ok the data directory of the app.
488 String appDataDir,
493 abi, instructionSet, appDataDir, zygoteArgs);
597 * @param appDataDir null-ok the data directory of the app.
611 String appDataDir,
675 if (appDataDir != null) {
676 argsForZygote.add("--app-data-dir=" + appDataDir);
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 593 jintArray fdsToClose, jstring instructionSet, jstring appDataDir) {
602 se_name, false, fdsToClose, instructionSet, appDataDir);

Completed in 115 milliseconds