Searched defs:oat_dir (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 989 static bool IsOutputDalvikCache(const char* oat_dir) { in IsOutputDalvikCache() 1011 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path() 1331 Dex2oatFileWrapper open_oat_out_file(const char* apk_path, const char* oat_dir, in open_oat_out_file() 1428 char oat_dir[PKG_PATH_MAX]; in prepare_secondary_dex_oat_dir() local 1581 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() 1826 char oat_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local 1930 bool move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) { in move_ab() 2000 bool delete_odex(const char* apk_path, const char* instruction_set, const char* oat_dir) { in delete_odex()
|
D | installd.cpp | 55 const char *oat_dir, in calculate_oat_file_path()
|
D | otapreopt.cpp | 175 const char* oat_dir; member 1108 bool calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, in calculate_oat_file_path()
|
D | InstalldNativeService.cpp | 1846 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in dexopt() local 2208 const char* oat_dir = oatDir.c_str(); in createOatDir() local 2276 const char* oat_dir = outputPath.c_str(); in moveAb() local 2289 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex() local
|