Searched refs:instruction_set_ (Results 1 – 1 of 1) sorted by relevance
2708 std::string instruction_set_ = instruction_set; in calculate_oat_file_path_default() local2712 if (!is_valid_instruction_set(instruction_set_)) return false; in calculate_oat_file_path_default()2736 std::string instruction_set_ = instruction_set; in calculate_odex_file_path_default() local2739 if (!is_valid_instruction_set(instruction_set_)) return false; in calculate_odex_file_path_default()2755 std::string instruction_set_ = instruction_set; in create_cache_path_default() local2758 if (!is_valid_instruction_set(instruction_set_)) return false; in create_cache_path_default()2766 std::string res_ = android_data_dir + DALVIK_CACHE + '/' + instruction_set_ + src_ in create_cache_path_default()