Home
last modified time | relevance | path

Searched refs:watch_path (Results 1 – 25 of 42) sorted by relevance

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/notify-4.0.15/tests/
H A Devent_path.rs176 let watch_path = tdir.path().join("dir1"); in watch_absolute_directory() localVariable
211 let watch_path = tdir.path().join("file1"); in watch_absolute_file() localVariable
248 let watch_path = tdir.path().join("dir1"); in watch_absolute_network_directory() localVariable
276 let watch_path = tdir.path().join("file1"); in watch_absolute_network_file() localVariable
290 vec![(watch_path, op::Op::WRITE, None),] in watch_absolute_network_file()
304 let watch_path = tdir in watch_canonicalized_directory() localVariable
334 let watch_path = tdir in watch_canonicalized_file() localVariable
352 vec![(watch_path, op::Op::WRITE, None),] in watch_canonicalized_file()
366 let watch_path = tdir in watch_canonicalized_network_directory() localVariable
398 let watch_path = tdir in watch_canonicalized_network_file() localVariable
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/notify-4.0.12/tests/
H A Devent_path.rs168 let watch_path = tdir.path().join("dir1"); in watch_absolute_directory() localVariable
200 let watch_path = tdir.path().join("file1"); in watch_absolute_file() localVariable
238 let watch_path = tdir.path().join("dir1"); in watch_absolute_network_directory() localVariable
267 let watch_path = tdir.path().join("file1"); in watch_absolute_network_file() localVariable
281 vec![(watch_path, op::Op::WRITE, None),] in watch_absolute_network_file()
292 let watch_path = tdir in watch_canonicalized_directory() localVariable
319 let watch_path = tdir in watch_canonicalized_file() localVariable
337 vec![(watch_path, op::Op::WRITE, None),] in watch_canonicalized_file()
352 let watch_path = tdir in watch_canonicalized_network_directory() localVariable
385 let watch_path = tdir in watch_canonicalized_network_file() localVariable
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/notify-4.0.17/tests/
H A Devent_path.rs176 let watch_path = tdir.path().join("dir1"); in watch_absolute_directory() localVariable
211 let watch_path = tdir.path().join("file1"); in watch_absolute_file() localVariable
248 let watch_path = tdir.path().join("dir1"); in watch_absolute_network_directory() localVariable
276 let watch_path = tdir.path().join("file1"); in watch_absolute_network_file() localVariable
290 vec![(watch_path, op::Op::WRITE, None),] in watch_absolute_network_file()
304 let watch_path = tdir in watch_canonicalized_directory() localVariable
334 let watch_path = tdir in watch_canonicalized_file() localVariable
352 vec![(watch_path, op::Op::WRITE, None),] in watch_canonicalized_file()
366 let watch_path = tdir in watch_canonicalized_network_directory() localVariable
398 let watch_path = tdir in watch_canonicalized_network_file() localVariable
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/notify-4.0.17/tests/
H A Devent_path.rs176 let watch_path = tdir.path().join("dir1"); in watch_absolute_directory() localVariable
211 let watch_path = tdir.path().join("file1"); in watch_absolute_file() localVariable
248 let watch_path = tdir.path().join("dir1"); in watch_absolute_network_directory() localVariable
276 let watch_path = tdir.path().join("file1"); in watch_absolute_network_file() localVariable
290 vec![(watch_path, op::Op::WRITE, None),] in watch_absolute_network_file()
304 let watch_path = tdir in watch_canonicalized_directory() localVariable
334 let watch_path = tdir in watch_canonicalized_file() localVariable
352 vec![(watch_path, op::Op::WRITE, None),] in watch_canonicalized_file()
366 let watch_path = tdir in watch_canonicalized_network_directory() localVariable
398 let watch_path = tdir in watch_canonicalized_network_file() localVariable
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/notify-4.0.17/tests/
H A Devent_path.rs176 let watch_path = tdir.path().join("dir1"); in watch_absolute_directory() localVariable
211 let watch_path = tdir.path().join("file1"); in watch_absolute_file() localVariable
248 let watch_path = tdir.path().join("dir1"); in watch_absolute_network_directory() localVariable
276 let watch_path = tdir.path().join("file1"); in watch_absolute_network_file() localVariable
290 vec![(watch_path, op::Op::WRITE, None),] in watch_absolute_network_file()
304 let watch_path = tdir in watch_canonicalized_directory() localVariable
334 let watch_path = tdir in watch_canonicalized_file() localVariable
352 vec![(watch_path, op::Op::WRITE, None),] in watch_canonicalized_file()
366 let watch_path = tdir in watch_canonicalized_network_directory() localVariable
398 let watch_path = tdir in watch_canonicalized_network_file() localVariable
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/notify-4.0.13/tests/
H A Devent_path.rs168 let watch_path = tdir.path().join("dir1");
200 let watch_path = tdir.path().join("file1");
238 let watch_path = tdir.path().join("dir1");
267 let watch_path = tdir.path().join("file1");
281 vec![(watch_path, op::Op::WRITE, None),]
292 let watch_path = tdir
319 let watch_path = tdir
337 vec![(watch_path, op::Op::WRITE, None),]
352 let watch_path = tdir
385 let watch_path = tdir
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/eunit/src/
H A Deunit.erl38 watch/2, watch/3, watch_path/1, watch_path/2, watch_path/3,
79 watch_path(Target) -> function
80 watch_path(Target, []).
83 watch_path(Target, Options) -> function
84 watch_path(?SERVER, Target, Options).
87 watch_path(Server, Target, Options) -> function
88 eunit_server:watch_path(Server, Target, Options).
114 watch_path(Server, filename:join(Path, "ebin"), Options);
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dwatch.c711 WatchPath *watch_path; in watch_path_finalize() local
720 watch_path = WATCH_PATH( gobject ); in watch_path_finalize()
724 IM_FREEF( slist_free_all, watch_path->value ); in watch_path_finalize()
732 WatchPath *watch_path = WATCH_PATH( watch ); in watch_path_update() local
744 watch_path->value = value; in watch_path_update()
752 WatchPath *watch_path = WATCH_PATH( watch ); in watch_path_get_value() local
754 return( (void *) &watch_path->value ); in watch_path_get_value()
772 watch_path_init( WatchPath *watch_path ) in watch_path_init() argument
778 watch_path->value = NULL; in watch_path_init()
809 WatchPath *watch_path = WATCH_PATH( in watch_path_new() local
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/
H A Dfile_wait.cpp109 std::string watch_path; in OneShotInotify() local
111 watch_path = android::base::Dirname(path); in OneShotInotify()
113 watch_path = path; in OneShotInotify()
115 if (inotify_add_watch(inotify_fd, watch_path.c_str(), mask) < 0) { in OneShotInotify()
/dports/devel/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0/thunar-vcs-plugin/
H A Dtvp-git-action.c279 gchar *watch_path = NULL; in tvp_action_exec() local
301 watch_path = g_filename_from_uri (uri, NULL, NULL); in tvp_action_exec()
307 watch_path = g_filename_from_uri (uri, NULL, NULL); in tvp_action_exec()
364 g_signal_emit(tvp_action, action_signal[SIGNAL_NEW_PROCESS], 0, &pid, watch_path); in tvp_action_exec()
368 g_free (watch_path); in tvp_action_exec()
H A Dtvp-svn-action.c434 gchar *watch_path = NULL; in tvp_action_exec() local
456 watch_path = g_filename_from_uri (uri, NULL, NULL); in tvp_action_exec()
462 watch_path = g_filename_from_uri (uri, NULL, NULL); in tvp_action_exec()
519 g_signal_emit(tvp_action, action_signal[SIGNAL_NEW_PROCESS], 0, &pid, watch_path); in tvp_action_exec()
523 g_free (watch_path); in tvp_action_exec()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py22 _, watch_path, watch_frame_idx, watch_line_range = watch_info
24 if watch_path and os.path.isfile(watch_path):
28 os.path.samefile(path, watch_path)):
/dports/sysutils/watchman/watchman-4.5.0/
H A Droot.c2280 char *watch_path; in root_resolve() local
2302 if (!watch_path) { in root_resolve()
2303 watch_path = (char*)filename; in root_resolve()
2329 if (watch_path != filename) { in root_resolve()
2330 free(watch_path); in root_resolve()
2350 if (watch_path != filename) { in root_resolve()
2351 free(watch_path); in root_resolve()
2361 if (watch_path != filename) { in root_resolve()
2362 free(watch_path); in root_resolve()
2370 if (watch_path != filename) { in root_resolve()
[all …]
/dports/sysutils/py-pywatchman/watchman-4.9.0/cppclient/
H A DWatchmanClient.cpp122 [ =, callback = std::move(callback) ](WatchPathPtr watch_path) mutable {
123 return subscribe(query, watch_path, executor, std::move(callback));
/dports/devel/py-watchdog/watchdog-2.1.6/src/watchdog/observers/
H A Dfsevents.py324 watch_path = os.fsdecode(self.watch.path)
326 watch_path = self.watch.path
328 self._starting_state = DirectorySnapshot(watch_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dfile_watcher.cc28 const base::FilePath& watch_path, in CreateAndStartFilePathWatcher() argument
33 if (!watcher->Watch(watch_path, false /* recursive */, callback)) in CreateAndStartFilePathWatcher()
/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Dresolve.cpp11 static bool root_check_restrict(const char *watch_path) { in root_check_restrict() argument
35 ignore_result(asprintf(&restrict_path, "%s/%s", watch_path, restrict_file)); in root_check_restrict()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/
H A Dcertificate_watcher.cc245 const base::FilePath& watch_path) { in SetWatchPathForTests() argument
247 cert_watch_path_ = watch_path; in SetWatchPathForTests()
H A Dcertificate_watcher.h59 void SetWatchPathForTests(const base::FilePath& watch_path);

12