Home
last modified time | relevance | path

Searched refs:restrict_path (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-Dist-Joseki/Dist-Joseki-0.20/lib/Dist/Joseki/
H A DFind.pm17 my ($self, $restrict_path) = @_;
18 if (defined $restrict_path) {
19 $restrict_path = [$restrict_path]
20 unless ref $restrict_path eq 'ARRAY';
22 $restrict_path = [];
24 my %restrict_path = map { $_ => 1 } @$restrict_path; # lookup hash
40 if (@$restrict_path == 0 || exists $restrict_path{$_}) {
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A DSecurity.py75 Globals.restrict_path = rp.normalize().path
157 Globals.restrict_path = rpath.RPath(Globals.local_connection,
252 if Globals.restrict_path:
283 if Globals.restrict_path and rp.conn is Globals.local_connection:
284 normalized, restrict = rp.normalize().path, Globals.restrict_path
H A DGlobals.py241 restrict_path = None variable
H A DMain.py219 Globals.restrict_path = normalize_path(arg)
222 Globals.restrict_path = normalize_path(arg)
225 Globals.restrict_path = normalize_path(arg)
/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Dresolve.cpp26 char *restrict_path; in root_check_restrict() local
35 ignore_result(asprintf(&restrict_path, "%s/%s", watch_path, restrict_file)); in root_check_restrict()
36 rv = w_path_exists(restrict_path); in root_check_restrict()
37 free(restrict_path); in root_check_restrict()
/dports/sysutils/watchman/watchman-4.5.0/
H A Droot.c2104 char *restrict_path; in root_check_restrict() local
2113 ignore_result(asprintf(&restrict_path, "%s%c%s", watch_path, in root_check_restrict()
2115 rv = w_path_exists(restrict_path); in root_check_restrict()
2116 free(restrict_path); in root_check_restrict()