Home
last modified time | relevance | path

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

/art/runtime/
Ddebug_print.cc104 const DexFile* base_dex_file = nullptr; in DescribeLoaders() local
111 if (base_dex_file != nullptr && in DescribeLoaders()
112 dex_file->GetLocation().length() > base_dex_file->GetLocation().length() && in DescribeLoaders()
114 base_dex_file->GetLocation().length(), in DescribeLoaders()
115 base_dex_file->GetLocation()) == 0) { in DescribeLoaders()
117 oss << "+" << dex_file->GetLocation().substr(base_dex_file->GetLocation().length()); in DescribeLoaders()
120 base_dex_file = dex_file; in DescribeLoaders()