Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2895 std::string dex_filename_str((dex_filename != nullptr) ? dex_filename : ""); in DumpOat() local
2896 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat()
2923 std::string dex_filename_str((dex_filename != nullptr) ? dex_filename : ""); in SymbolizeOat() local
2924 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat()
2973 std::string dex_filename_str((dex_filename != nullptr) ? dex_filename : ""); in Dump() local
2974 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump()