Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc376 static bool CreateDirectories(const std::string& child_path, /* out */ std::string* error_msg) { in CreateDirectories() argument
377 size_t last_slash_pos = child_path.find_last_of('/'); in CreateDirectories()
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()