Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2500 std::string instruction_set_ = instruction_set; in calculate_oat_file_path_default() local
2504 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() local
2531 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() local
2550 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()