Lines Matching defs:next_path
1539 std::string next_path = req_wrap->continuation_data()->PopPath();
1540 int err = uv_fs_mkdir(loop, req, next_path.c_str(), mode, nullptr);
1546 req_wrap->continuation_data()->MaybeSetFirstPath(next_path);
1558 std::string dirname = next_path.substr(0,
1559 next_path.find_last_of(kPathSeparator));
1560 if (dirname != next_path) {
1561 req_wrap->continuation_data()->PushPath(std::move(next_path));
1572 err = uv_fs_stat(loop, req, next_path.c_str(), nullptr);
1606 std::string next_path = req_wrap->continuation_data()->PopPath();
1607 int err = uv_fs_mkdir(loop, req, next_path.c_str(), mode,