Lines Matching defs:new_path
146 const char* new_path, const int copy_path) {
151 /* new_path can only be set if path is also set. */
152 assert(new_path == NULL || path != NULL);
173 if (new_path != NULL) {
176 new_path,
216 if (new_path != NULL) {
219 new_path,
2380 const WCHAR* new_path) {
2496 if (!CreateDirectoryW(new_path, NULL)) {
2503 handle = CreateFileW(new_path,
2544 RemoveDirectoryW(new_path);
3119 const char* new_path, uv_fs_cb cb) {
3123 err = fs__capture_path(req, path, new_path, cb != NULL);
3134 const char* new_path, int flags, uv_fs_cb cb) {
3138 err = fs__capture_path(req, path, new_path, cb != NULL);
3258 const char* new_path, uv_fs_cb cb) {
3262 err = fs__capture_path(req, path, new_path, cb != NULL);
3298 const char* new_path,
3312 err = fs__capture_path(req, path, new_path, cb != NULL);