Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc377 size_t last_slash_pos = child_path.find_last_of('/'); in CreateDirectories() local
378 CHECK_NE(last_slash_pos, std::string::npos) << "Invalid path: " << child_path; in CreateDirectories()
379 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories()