Searched refs:oat_path (Results 1 – 1 of 1) sorted by relevance
1112 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { in replace_file_extension() argument1114 if (EndsWith(oat_path, ".dex")) { in replace_file_extension()1115 std::string new_path = oat_path; in replace_file_extension()1123 size_t odex_pos = oat_path.rfind(".odex"); in replace_file_extension()1125 std::string new_path = oat_path; in replace_file_extension()1137 static std::string create_image_filename(const std::string& oat_path) { in create_image_filename() argument1138 return replace_file_extension(oat_path, ".art"); in create_image_filename()1142 static std::string create_vdex_filename(const std::string& oat_path) { in create_vdex_filename() argument1143 return replace_file_extension(oat_path, ".vdex"); in create_vdex_filename()1557 char oat_path[PKG_PATH_MAX]; in maybe_open_oat_and_vdex_file() local[all …]