Searched refs:parent_path (Results 1 – 2 of 2) sorted by relevance
379 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories() local380 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()
173 while (path.has_parent_path() && path.parent_path() != path && in SetUpAndroidRootEnvVars()175 path = path.parent_path(); in SetUpAndroidRootEnvVars()