Searched refs:odex_pos (Results 1 – 1 of 1) sorted by relevance
1441 size_t odex_pos = oat_path.rfind(".odex"); in create_image_filename() local1442 if (odex_pos != std::string::npos) { in create_image_filename()1444 art_path.replace(odex_pos, strlen(".odex"), ".art"); in create_image_filename()