Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc379 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories() local
380 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
382 } else if (CreateDirectories(parent_path, error_msg)) { in CreateDirectories()
383 if (mkdir(parent_path.c_str(), 0700) == 0) { in CreateDirectories()
386 *error_msg = "Could not create directory " + parent_path; in CreateDirectories()
/art/libartbase/base/
Dcommon_art_test.cc155 for (; path.parent_path() != path; path = path.parent_path()) { in GetAndroidBuildTop()
158 android_build_top = path.parent_path().parent_path().parent_path(); in GetAndroidBuildTop()