Lines Matching defs:oat_dir
870 static bool IsOutputDalvikCache(const char* oat_dir) { in IsOutputDalvikCache()
892 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path()
1118 UniqueFile open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file()
1142 const std::string& oat_dir, in maybe_open_oat_and_vdex_file()
1277 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir() local
1548 char oat_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local
1674 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
1979 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local
2199 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab()
2265 int64_t delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
2332 bool calculate_oat_file_path_default(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path_default()
2376 std::string oat_dir = apk_path_.substr(0, start + 1) + "oat"; in calculate_odex_file_path_default() local