Searched defs:local_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
H A Dextension_to_load.py54 def local_path(self): member in class:ExtensionToLoad
59 @local_path.setter
60 def local_path(self, local_path): member in class:ExtensionToLoad
61 self._local_path = local_path
/external/jsoncpp/devtools/
H A Dantglob.py189 def local_path( paths ): function in function:glob.AntPatternToRETest.test_matching
191 test_cases.append( (ant_pattern, local_path(accepted_matches), local_path( rejected_matches )) )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb25 def local_path( *parts ) method in class:ANTLR3.Test.Location
30 local_path( name )
110 path = local_path( name.to_s )
162 def local_path( *args ) method in class:ANTLR3.Test.Functional
163 self.class.local_path( *args )
/external/openssh/
H A Dsftp-client.c1145 const char *local_path, Attrib *a, int preserve_flag, int resume_flag,
1214 local_fd = open(local_path,
1218 local_path, strerror(errno));
1225 local_path, strerror(errno));
1229 error("\"%s\" has negative size", local_path);
1234 "local file is larger than remote", local_path);
1385 "server reordered requests", local_path);
1389 error("ftruncate \"%s\": %s", local_path,
1398 error("Couldn't write to \"%s\": %s", local_path,
1411 if (preserve_flag && chmod(local_path, mod
1144 do_download(struct sftp_conn *conn, const char *remote_path, const char *local_path, Attrib *a, int preserve_flag, int resume_flag, int fsync_flag) argument
1551 do_upload(struct sftp_conn *conn, const char *local_path, const char *remote_path, int preserve_flag, int resume, int fsync_flag) argument
[all...]

Completed in 259 milliseconds