Searched refs:local_path (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/ |
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/ |
D | webpages_playback.py | 491 def download_file(self, name, local_path): argument 520 def download_file(self, name, local_path): argument 522 'gsutil', 'cp', '/'.join((self._url, name)), local_path]) 540 def download_file(self, name, local_path): argument 541 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
|
/third_party/exfatprogs/lib/ |
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()
|
D | exfat_dir.c | 26 path_resolve_ctx.local_path, \
|
/third_party/skia/experimental/tools/ |
D | android_skp_capture.sh | 28 local_path="$(date '+%Y-%m-%d_%H%M%S')_${package}.skp"
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
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/tools/gyp/pylib/gyp/generator/ |
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/ |
D | exfat_fs.h | 60 char local_path[PATH_MAX * MB_LEN_MAX + 1]; member
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 176 static int http_connect(URLContext *h, const char *path, const char *local_path, 194 const char *path, *proxy_path, *lower_proto = "tcp", *local_path; in http_open_cnx_internal() local 239 local_path = path; in http_open_cnx_internal() 260 err = http_connect(h, path, local_path, hoststr, in http_open_cnx_internal() 1277 static int http_connect(URLContext *h, const char *path, const char *local_path, in http_connect() argument 1307 local_path, method); in http_connect() 1309 local_path, method); in http_connect()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.cpp | 186 const gchar *local_path = gst_wpe_get_devenv_extension_path (); in initialize_web_extensions() local 187 …const gchar *path = g_file_test (local_path, G_FILE_TEST_IS_DIR) ? local_path : G_STRINGIFY (WPE_E… in initialize_web_extensions()
|
/third_party/exfatprogs/fsck/ |
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()
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 93 path_resolve_ctx.local_path, \ 542 path_resolve_ctx.local_path); in dump_filesystem()
|