Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2334 std::string oat_dir_ = oat_dir; in calculate_oat_file_path_default() local
2338 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()