Searched refs:local_path (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/experimental/tools/ |
H A D | android_skp_capture.sh | 28 local_path="$(date '+%Y-%m-%d_%H%M%S')_${package}.skp" 86 adb pull "$remote_path" "$local_path" 87 if ! [ -f "$local_path" ] ; then 92 printf '\nSKP saved to file:\n %s\n\n' "$local_path"
|
/third_party/node/deps/v8/ |
H A D | PRESUBMIT.py | 271 local_path = f.LocalPath() 272 guard_macro = PathToGuardMacro(local_path) 292 local_path, guard_macro)) 323 local_path = f.LocalPath() 326 problems.append('{}:{}\n {}'.format(local_path, line_number, 366 local_path = f.LocalPath() 371 problems.append('{}:{}\n {}'.format(local_path, line_number,
|
/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 491 def download_file(self, name, local_path): 520 def download_file(self, name, local_path): 522 'gsutil', 'cp', '/'.join((self._url, name)), local_path]) 540 def download_file(self, name, local_path): 541 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
|
/third_party/exfatprogs/lib/ |
H A D | exfat_fs.c | 263 ctx->local_path[0] = '\0'; in exfat_resolve_path() 289 ctx->local_path, sizeof(ctx->local_path)); in exfat_resolve_path()
|
H A D | exfat_dir.c | 26 path_resolve_ctx.local_path, \
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 1000 local_path = os.path.join("$(LOCAL_PATH)", self.path, path) 1001 local_path = os.path.normpath(local_path) 1006 assert local_path.startswith( 1009 return local_path
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 1000 local_path = os.path.join("$(LOCAL_PATH)", self.path, path) 1001 local_path = os.path.normpath(local_path) 1006 assert local_path.startswith( 1009 return local_path
|
/third_party/exfatprogs/include/ |
H A D | exfat_fs.h | 60 char local_path[PATH_MAX * MB_LEN_MAX + 1]; member
|
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 184 static int http_connect(URLContext *h, const char *path, const char *local_path, 202 const char *path, *proxy_path, *lower_proto = "tcp", *local_path; in http_open_cnx_internal() local 252 local_path = path; in http_open_cnx_internal() 274 h, path, local_path, hoststr, auth, proxyauth); in http_open_cnx_internal() 1399 static int http_connect(URLContext *h, const char *path, const char *local_path, in http_connect() argument 1429 local_path, method); in http_connect() 1431 local_path, method); in http_connect()
|
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 93 path_resolve_ctx.local_path, \ 542 path_resolve_ctx.local_path); in dump_filesystem()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 86 path_resolve_ctx.local_path, \ 100 path_resolve_ctx.local_path, \ 1279 path_resolve_ctx.local_path); in exfat_filesystem_check()
|
Completed in 14 milliseconds