Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb25 def local_path( *parts ) method
30 local_path( name )
110 path = local_path( name.to_s )
162 def local_path( *args ) method in ANTLR3.Test.Functional
163 self.class.local_path( *args )
/external/webkit/Tools/Scripts/webkitpy/common/config/
Durls.py30 def view_source_url(local_path): argument
31 return "http://trac.webkit.org/browser/trunk/%s" % local_path
/external/openssh/
Dsftp-client.c987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path, in do_download() argument
1050 local_fd = open(local_path, O_WRONLY | O_CREAT | O_TRUNC, in do_download()
1054 local_path, strerror(errno)); in do_download()
1193 error("Couldn't write to \"%s\": %s", local_path, in do_download()
1204 if (pflag && chmod(local_path, mode) == -1) in do_download()
1206 error("Couldn't set mode on \"%s\": %s", local_path, in do_download()
1213 if (utimes(local_path, tv) == -1) in do_download()
1215 local_path, strerror(errno)); in do_download()
1334 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path, in do_upload() argument
1358 if ((local_fd = open(local_path, O_RDONLY, 0)) == -1) { in do_upload()
[all …]
/external/libselinux/src/
Dlabel_file.c396 char local_path[PATH_MAX + 1]; in init() local
434 snprintf(local_path, sizeof(local_path), "%s.local", path); in init()
435 localfp = fopen(local_path, "r"); in init()
477 (rec, local_path, prefix, line_buf, in init()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
Dmain-scripts.rb38 input_path = local_path( 'input.txt' )
/external/chromium/chrome/browser/extensions/
Dextension_file_browser_private_api.cc242 virtual void DidGetLocalPath(const FilePath& local_path) { in DidGetLocalPath() argument
452 virtual void DidGetLocalPath(const FilePath& local_path) { in DidGetLocalPath() argument