Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_line_writer.h178 size_t class_name_slash = class_name.find_last_of('/'); in WriteCompilationUnit() local
185 class_name_slash != std::string::npos) { // Has package name. in WriteCompilationUnit()
186 std::string package_name = class_name.substr(1, class_name_slash - 1); in WriteCompilationUnit()