Searched refs:oat_dir_ (Results 1 – 1 of 1) sorted by relevance
2334 std::string oat_dir_ = oat_dir; in calculate_oat_file_path_default() local2338 if (!is_absolute_path(oat_dir_)) return false; in calculate_oat_file_path_default()2349 std::string res_ = oat_dir_ + '/' + instruction_set + '/' in calculate_oat_file_path_default()