Searched refs:parent_path (Results 1 – 2 of 2) sorted by relevance
253 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories() local254 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()256 } else if (CreateDirectories(parent_path, error_msg)) { in CreateDirectories()257 if (mkdir(parent_path.c_str(), 0700) == 0) { in CreateDirectories()260 *error_msg = "Could not create directory " + parent_path; in CreateDirectories()
159 for (; path.parent_path() != path; path = path.parent_path()) { in GetAndroidBuildTop()162 android_build_top = path.parent_path().parent_path().parent_path(); in GetAndroidBuildTop()