Searched refs:instruction_set (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld_deps.h43 const char *instruction_set);
46 // Computes the odex file for the given apk_path and instruction_set, e.g.,
53 const char *instruction_set);
58 const char *instruction_set);
H A Dcommands.h54 int rm_dex(const char *path, const char *instruction_set);
64 const char *instruction_set,
76 int mark_boot_complete(const char *instruction_set);
79 int create_oat_dir(const char* oat_dir, const char *instruction_set);
86 int move_ab(const char *apk_path, const char *instruction_set, const char* oat_dir);
89 bool delete_odex(const char *apk_path, const char *instruction_set, const char *oat_dir);
H A Dcommands.cpp610 int rm_dex(const char *path, const char *instruction_set) argument
619 if (!create_cache_path(dex_path, path, instruction_set)) return -1;
750 const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set)
756 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
758 instruction_set, MAX_INSTRUCTION_SET_LEN);
769 sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
773 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
790 const char* output_file_name, int swap_fd, const char *instruction_set,
795 if (strlen(instruction_set) >= MAX_INSTRUCTION_SET_LEN) {
797 instruction_set, MAX_INSTRUCTION_SET_LE
749 run_patchoat(int input_fd, int oat_fd, const char* input_file_name, const char* output_file_name, const char *pkgname ATTRIBUTE_UNUSED, const char *instruction_set) argument
789 run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name, const char* output_file_name, int swap_fd, const char *instruction_set, const char* compiler_filter, bool vm_safe_mode, bool debuggable, bool post_bootcomplete, int profile_fd, const char* shared_libraries) argument
1487 create_oat_out_path(const char* apk_path, const char* instruction_set, const char* oat_dir, char* out_path) argument
1619 dexopt(const char* apk_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 ATTRIBUTE_UNUSED, const char* shared_libraries) argument
1828 mark_boot_complete(const char* instruction_set) argument
2077 create_oat_dir(const char* oat_dir, const char* instruction_set) argument
2192 move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
2263 delete_odex(const char *apk_path, const char *instruction_set, const char *oat_dir) argument
[all...]
H A Dinstalld.cpp67 const char *instruction_set) {
89 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name);
94 * Computes the odex file for the given apk_path and instruction_set.
101 const char *instruction_set) {
102 if (strlen(apk_path) + strlen("oat/") + strlen(instruction_set)
117 strcat(path, instruction_set); // path = /system/framework/oat/<isa>\0
130 const char *instruction_set) {
146 strlen(instruction_set) +
157 instruction_set,
166 strlen(instruction_set)
64 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
99 calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, const char *instruction_set) argument
128 create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) argument
[all...]
H A Dotapreopt.cpp737 const char *instruction_set) {
762 instruction_set,
769 * Computes the odex file for the given apk_path and instruction_set.
775 const char *instruction_set) {
793 instruction_set,
806 const char *instruction_set) {
824 instruction_set,
735 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
774 calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, const char *instruction_set) argument
804 create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp810 constexpr const char* instruction_set = "arm"; local
812 constexpr const char* instruction_set = "arm64"; local
814 constexpr const char* instruction_set = "mips"; local
816 constexpr const char* instruction_set = "mips64"; local
818 constexpr const char* instruction_set = "x86"; local
820 constexpr const char* instruction_set = "x86_64"; local
822 constexpr const char* instruction_set = "unknown"; local
829 sprintf(dex2oat_isa_variant_key, "dalvik.vm.isa.%s.variant", instruction_set);
835 sprintf(dex2oat_isa_features_key, "dalvik.vm.isa.%s.features", instruction_set);

Completed in 159 milliseconds