Home
last modified time | relevance | path

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

/third_party/node/deps/v8/
DPRESUBMIT.py271 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/
Dwebpages_playback.py491 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/
Dexfat_fs.c263 ctx->local_path[0] = '\0'; in exfat_resolve_path()
289 ctx->local_path, sizeof(ctx->local_path)); in exfat_resolve_path()
Dexfat_dir.c26 path_resolve_ctx.local_path, \
/third_party/skia/experimental/tools/
Dandroid_skp_capture.sh28 local_path="$(date '+%Y-%m-%d_%H%M%S')_${package}.skp"
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dandroid.py1000 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/
Dandroid.py1000 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/
Dexfat_fs.h60 char local_path[PATH_MAX * MB_LEN_MAX + 1]; member
/third_party/ffmpeg/libavformat/
Dhttp.c176 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/
DWPEThreadedView.cpp186 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/
Dfsck.c86 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/
Dexfat2img.c93 path_resolve_ctx.local_path, \
542 path_resolve_ctx.local_path); in dump_filesystem()