HomeSort by relevance Sort by last modified time
    Searched refs:local_path (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/config/
urls.py 30 def view_source_url(local_path):
31 return "http://trac.webkit.org/browser/trunk/%s" % local_path
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 25 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 )
  /cts/tests/tests/webkitsecurity/generate/
postprocess.py 19 local_path = "" variable in class:Test
123 tests[fname].local_path = os.path.abspath(os.path.join(root, fname))
124 with open(tests[fname].local_path) as f:
133 cmd = "svn log -q %s" % test.local_path
  /external/openssh/
sftp-client.c 987 do_download(struct sftp_conn *conn, char *remote_path, char *local_path,
1050 local_fd = open(local_path, O_WRONLY | O_CREAT | O_TRUNC,
1054 local_path, strerror(errno));
1193 error("Couldn't write to \"%s\": %s", local_path,
1204 if (pflag && chmod(local_path, mode) == -1)
1206 error("Couldn't set mode on \"%s\": %s", local_path,
1213 if (utimes(local_path, tv) == -1)
1215 local_path, strerror(errno));
1334 do_upload(struct sftp_conn *conn, char *local_path, char *remote_path,
1358 if ((local_fd = open(local_path, O_RDONLY, 0)) == -1)
    [all...]
  /external/libselinux/src/
label_file.c 396 char local_path[PATH_MAX + 1]; local
434 snprintf(local_path, sizeof(local_path), "%s.local", path);
435 localfp = fopen(local_path, "r");
477 (rec, local_path, prefix, line_buf,
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 38 input_path = local_path( 'input.txt' )
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 242 virtual void DidGetLocalPath(const FilePath& local_path) {
452 virtual void DidGetLocalPath(const FilePath& local_path) {
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 297 # adb pull <remote_path> <local_path>
298 def pull(self, remote_path, local_path):
299 self._call_adb(*["pull", remote_path, local_path])

Completed in 570 milliseconds