Searched refs:oat_dir (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld_deps.h41 const char *oat_dir,
H A Ddexopt.h62 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
H A Ddexopt.cpp921 static bool IsOutputDalvikCache(const char* oat_dir) { argument
926 return oat_dir == nullptr || oat_dir[0] == '!';
930 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) {
940 if (!IsOutputDalvikCache(oat_dir)) {
942 if (!is_secondary_dex && validate_apk_path(oat_dir)) {
943 ALOGE("cannot validate apk path with oat_dir '%s'\n", oat_dir);
946 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) {
1248 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, argument
929 create_oat_out_path(const char* apk_path, const char* instruction_set, const char* oat_dir, bool is_secondary_dex, char* out_oat_path) argument
1342 char oat_dir[PKG_PATH_MAX]; local
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
1711 char oat_dir[PKG_PATH_MAX]; local
1800 move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
1870 delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
[all...]
H A Dinstalld.cpp55 const char *oat_dir,
79 snprintf(path, PKG_PATH_MAX, "%s/%s/%s.odex", oat_dir, instruction_set, file_name);
54 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
H A Dotapreopt.cpp175 const char* oat_dir; member in struct:android::installd::OTAPreoptService::Parameters
330 + 1 // oat_dir
401 package_parameters_.oat_dir = param;
488 package_parameters_.oat_dir = param;
821 package_parameters_.oat_dir,
1010 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, argument
1036 oat_dir,
H A DInstalldNativeService.cpp1816 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; local
1822 oat_dir, dexFlags, compiler_filter, volume_uuid, shared_libraries, se_info);
2177 const char* oat_dir = oatDir.c_str(); local
2181 if (validate_apk_path(oat_dir)) {
2184 if (fs_prepare_dir(oat_dir, S_IRWXU | S_IRWXG | S_IXOTH, AID_SYSTEM, AID_INSTALL)) {
2187 if (selinux_android_restorecon(oat_dir, 0)) {
2190 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set);
2245 const char* oat_dir = outputPath.c_str(); local
2247 bool success = move_ab(apk_path, instruction_set, oat_dir);
2258 const char* oat_dir local
[all...]
/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp45 const char *oat_dir ATTRIBUTE_UNUSED,
H A Dinstalld_cache_test.cpp51 const char *oat_dir ATTRIBUTE_UNUSED,

Completed in 1823 milliseconds