Lines Matching defs:path
158 const char* path,
172 handle->path = uv__strdup(path);
173 if (!handle->path) {
181 name_size = MultiByteToWideChar(CP_UTF8, 0, path, -1, NULL, 0) *
190 path,
197 /* Determine whether path is a file or a directory. */
207 /* path is a directory, so that's the directory that we will watch. */
209 /* Convert to long path. */
235 * path is a file. So we split path into dir & file parts, and
239 /* Convert to short path. */
336 if (handle->path) {
337 uv__free(handle->path);
338 handle->path = NULL;
393 if (handle->path) {
394 uv__free(handle->path);
395 handle->path = NULL;
481 /* Construct a full path to the file. */
517 /* Get the file name out of the long path. */