Lines Matching refs:path

1177 The path specified in the C<ev_stat> watcher changed its attributes somehow.
1675 reuse the same code path.
2619 This watches a file system path for attribute changes. That is, it calls
2620 C<stat> on that path in regular intervals (or when the OS says it changed)
2625 The path does not need to exist: changing from "path exists" to "path does
2626 not exist" is a status change like any other. The condition "path does not
2627 exist" (or more correctly "path cannot be stat'ed") is signified by the
2632 The path I<must not> end in a slash or contain special components such as
2633 C<.> or C<..>. The path I<should> be absolute: If it is relative and
2637 portable implementation simply calls C<stat(2)> regularly on the path
2683 many bugs), the path exists (i.e. stat succeeds), and the path resides on
2700 as the path data is usually in memory already (except when starting the
2740 =item ev_stat_init (ev_stat *, callback, const char *path, ev_tstamp interval)
2742 =item ev_stat_set (ev_stat *, const char *path, ev_tstamp interval)
2745 C<path>. The C<interval> is a hint on how quickly a change is expected to
2747 a suitable value. The memory pointed to by C<path> must point to the same
2748 path for as long as the watcher is active.
2757 watched path in your callback, you could call this function to avoid
2759 the only one changing the path). Can also be useful simply to find out the
2781 =item const char *path [read-only]
2783 The file system path that is being watched.
4382 in your include path (e.g. in libev/ when using -Ilibev):