Home
last modified time | relevance | path

Searched refs:full_local_path (Results 1 – 4 of 4) sorted by relevance

/dports/net/samba412/samba-4.12.15/source4/lib/policy/
H A Dgp_filesys.c280 char *local_rel_path, *full_local_path, *full_remote_path; in gp_get_files() local
297 full_local_path = talloc_asprintf(mem_ctx, "%s%s", local_path, in gp_get_files()
299 if (full_local_path == NULL) { in gp_get_files()
306 rv = mkdir(full_local_path, 0755); in gp_get_files()
309 full_local_path, strerror(errno))); in gp_get_files()
324 status = gp_get_file(tree, full_remote_path, full_local_path); in gp_get_files()
/dports/net/py-msrplib/python-msrplib-0.20.0/test/
H A Dtest_basic.py42 full_local_path = msrp.prepare(local_uri)
44 local_event.send(full_local_path)
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Dtransport.py126 def full_local_path(self): member in MSRPTransport
H A Dconnect.py345 return self.msrp.full_local_path