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

  /frameworks/native/cmds/installd/
otapreopt_parameters.h 45 const char* se_info; member in class:android::installd::OTAPreoptParameters
otapreopt_parameters.cpp 116 // Set se_info to null. It is only relevant for secondary dex files, which we won't
118 se_info = nullptr;
332 se_info = ParseNull(param);
dexopt.h 107 const char* volume_uuid, const char* class_loader_context, const char* se_info,
otapreopt.cpp 585 parameters_.se_info,
    [all...]
dexopt.cpp     [all...]
InstalldNativeService.cpp 1971 const char* se_info = getCStr(seInfo); local
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_otapreopt_test.cpp 70 ASSERT_STREQ(params.se_info, ParseNull(args[i++]));
72 ASSERT_EQ(params.se_info, nullptr);
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 728 ScopedUtfChars* se_info = NULL; local
730 se_info = new ScopedUtfChars(env, java_se_info);
731 se_info_c_str = se_info->c_str();
760 delete se_info;
814 jint mount_external, jstring se_info, jstring se_name,
865 rlimits, capabilities, capabilities, mount_external, se_info,
    [all...]

Completed in 2819 milliseconds