Searched refs:secondary_oat_dir (Results 1 – 1 of 1) sorted by relevance
142 std::string secondary_oat_dir = data_root + user_dir + "/*/*/**/oat"; in ListManagedFiles() local144 patterns.push_back(secondary_oat_dir + "/*.prof" + maybe_tmp_suffix); in ListManagedFiles()145 patterns.push_back(secondary_oat_dir + "/*/*.odex" + maybe_tmp_suffix); in ListManagedFiles()146 patterns.push_back(secondary_oat_dir + "/*/*.vdex" + maybe_tmp_suffix); in ListManagedFiles()147 patterns.push_back(secondary_oat_dir + "/*/*.art" + maybe_tmp_suffix); in ListManagedFiles()