Lines Matching defs:filename
64 const char* filename,
127 static void fs_event_cb_dir(uv_fs_event_t* handle, const char* filename,
134 ASSERT_OK(strcmp(filename, "file1"));
136 ASSERT(filename == NULL || strcmp(filename, "file1") == 0);
193 const char* filename,
201 ASSERT_OK(strncmp(filename, file_prefix, sizeof(file_prefix) - 1));
203 ASSERT_NE(filename == NULL ||
204 strncmp(filename, file_prefix, sizeof(file_prefix) - 1) == 0, 0);
272 const char* filename,
280 if (filename && strcmp(filename, file_prefix_in_subdir) == 0)
286 if (strcmp(filename, "subdir") == 0)
294 ASSERT_OK(strncmp(filename,
298 ASSERT_NE(filename == NULL ||
299 strncmp(filename,
320 static void fs_event_cb_file(uv_fs_event_t* handle, const char* filename,
327 ASSERT_OK(strcmp(filename, "file2"));
329 ASSERT(filename == NULL || strcmp(filename, "file2") == 0);
336 const char* filename, int events, int status) {
343 ASSERT_OK(strcmp(filename, "watch_file"));
345 ASSERT(filename == NULL || strcmp(filename, "watch_file") == 0);
391 const char* filename,
1086 const char* filename,