Home
last modified time | relevance | path

Searched refs:instruction_set_ (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp2708 std::string instruction_set_ = instruction_set; in calculate_oat_file_path_default() local
2712 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() local
2739 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() local
2758 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()