Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc231 static bool CreateDirectories(const std::string& child_path, /* out */ std::string* error_msg) { in CreateDirectories() argument
232 size_t last_slash_pos = child_path.find_last_of('/'); in CreateDirectories()
233 CHECK_NE(last_slash_pos, std::string::npos) << "Invalid path: " << child_path; in CreateDirectories()
234 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories()