/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 977 static bool IsOutputDalvikCache(const char* oat_dir) { in IsOutputDalvikCache() 999 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path() 1202 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file() 1223 const std::string& oat_dir, in maybe_open_oat_and_vdex_file() 1358 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir() local 1652 char oat_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local 1788 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() 2143 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local 2363 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2429 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex() [all …]
|
H A D | otapreopt_parameters.h | 40 const char* oat_dir; variable
|
H A D | installd.cpp | 54 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
|
H A D | InstalldNativeService.cpp | 3286 const char* oat_dir = getCStr(outputPath); in dexopt() local 3504 const char* oat_dir = oatDir.c_str(); in createOatDir() local 3584 const char* oat_dir = outputPath.c_str(); in moveAb() local 3603 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex() local 3965 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in getOdexVisibility() local
|
H A D | otapreopt.cpp | 603 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path()
|
/aosp_15_r20/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 62 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path() 461 const char* oat_dir, in CompilePrimaryDexOk() 481 const char* oat_dir, in CompilePrimaryDexFail() 501 const char* oat_dir, in CompilePrimaryDexCancelled() 521 const char* oat_dir, in CompilePrimaryDex() 599 std::string GetPrimaryDexArtifact(const char* oat_dir, in GetPrimaryDexArtifact() 629 const char* oat_dir = in_dalvik_cache ? nullptr : app_oat_dir_.c_str(); in TestDeleteOdex() local 679 const char* oat_dir = in_dalvik_cache ? nullptr : app_oat_dir_.c_str(); in TestGetOdexVisibility() local
|
H A D | installd_service_test.cpp | 105 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, in calculate_oat_file_path()
|
/aosp_15_r20/art/artd/ |
H A D | artd_test.cc | 613 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local 630 std::string oat_dir = android_data_ + "/dalvik-cache/arm64"; in TEST_F() local 664 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local 683 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local 2463 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local 2482 std::string oat_dir = scratch_path_ + "/a/oat/arm64"; in TEST_F() local
|
H A D | artd.cc | 281 std::filesystem::path oat_dir = isa_dir.parent_path(); in PrepareArtifactsDirs() local
|
/aosp_15_r20/frameworks/native/cmds/installd/tests/fuzzers/ |
H A D | InstalldServiceFuzzer.cpp | 28 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char* oat_dir, const char* apk_path, in calculate_oat_file_path()
|