Searched refs:instruction_set_ (Results 1 – 1 of 1) sorted by relevance
2500 std::string instruction_set_ = instruction_set; in calculate_oat_file_path_default() local2504 if (!is_valid_instruction_set(instruction_set_)) return false; in calculate_oat_file_path_default()2528 std::string instruction_set_ = instruction_set; in calculate_odex_file_path_default() local2531 if (!is_valid_instruction_set(instruction_set_)) return false; in calculate_odex_file_path_default()2547 std::string instruction_set_ = instruction_set; in create_cache_path_default() local2550 if (!is_valid_instruction_set(instruction_set_)) return false; in create_cache_path_default()2558 std::string res_ = android_data_dir + DALVIK_CACHE + '/' + instruction_set_ + src_ in create_cache_path_default()