HomeSort by relevance Sort by last modified time
    Searched refs:bogus_path (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
inotify.c 59 char *bogus_path = tail_memdup(bogus_path_str.path, local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
  /external/strace/tests-m32/
inotify.c 59 char *bogus_path = tail_memdup(bogus_path_str.path, local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
  /external/strace/tests-mx32/
inotify.c 59 char *bogus_path = tail_memdup(bogus_path_str.path, local
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);

Completed in 173 milliseconds