Searched refs:local_path (Results 1 – 6 of 6) sorted by relevance
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 25 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/openssh/ |
D | sftp-client.c | 1144 const char *local_path, Attrib *a, int preserve_flag, int resume_flag, in do_download() argument 1213 local_fd = open(local_path, in do_download() 1217 local_path, strerror(errno)); in do_download() 1224 local_path, strerror(errno)); in do_download() 1228 error("\"%s\" has negative size", local_path); in do_download() 1233 "local file is larger than remote", local_path); in do_download() 1384 "server reordered requests", local_path); in do_download() 1395 error("Couldn't write to \"%s\": %s", local_path, in do_download() 1408 if (preserve_flag && chmod(local_path, mode) == -1) in do_download() 1410 error("Couldn't set mode on \"%s\": %s", local_path, in do_download() [all …]
|
/external/libselinux/src/ |
D | label_file.c | 408 char local_path[PATH_MAX + 1]; in init() local 446 snprintf(local_path, sizeof(local_path), "%s.local", path); in init() 447 localfp = fopen(local_path, "r"); in init() 489 (rec, local_path, prefix, line_buf, in init()
|
/external/v8/ |
D | PRESUBMIT.py | 171 local_path = f.LocalPath() 177 '%s:%d\n %s' % (local_path, line_number, line.strip()))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
D | main-scripts.rb | 38 input_path = local_path( 'input.txt' )
|
/external/skia/tools/skp/ |
D | webpages_playback.py | 497 def download_file(self, name, local_path, *args): argument 498 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
|