Searched refs:se_info (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.h63 const char* volume_uuid, const char* shared_libraries, const char* se_info);
H A Dotapreopt.cpp180 const char* se_info; member in struct:android::installd::OTAPreoptService::Parameters
421 package_parameters_.se_info = ParseNull(param);
533 // Set se_info to null. It is only relevant for secondary dex files, which we won't
535 package_parameters_.se_info = nullptr;
826 package_parameters_.se_info);
H A Ddexopt.cpp1492 const char* volume_uuid, const char* shared_libraries, const char* se_info) {
1556 if (selinux_android_restorecon_pkgdir(oat_dir, se_info, uid,
1490 dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, const char* volume_uuid, const char* shared_libraries, const char* se_info) argument
H A DInstalldNativeService.cpp1820 const char* se_info = seInfo ? seInfo->c_str() : nullptr; local
1822 oat_dir, dexFlags, compiler_filter, volume_uuid, shared_libraries, se_info);
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp623 ScopedUtfChars* se_info = NULL; local
625 se_info = new ScopedUtfChars(env, java_se_info);
626 se_info_c_str = se_info->c_str();
656 delete se_info;
684 jint mount_external, jstring se_info, jstring se_name,
724 rlimits, capabilities, capabilities, mount_external, se_info,
681 com_android_internal_os_Zygote_nativeForkAndSpecialize( JNIEnv* env, jclass, jint uid, jint gid, jintArray gids, jint debug_flags, jobjectArray rlimits, jint mount_external, jstring se_info, jstring se_name, jintArray fdsToClose, jintArray fdsToIgnore, jstring instructionSet, jstring appDataDir) argument

Completed in 831 milliseconds