Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/sky/tools/
Dflutter_gdb116 for lib, local_path in sorted(device_libs):
118 local_path = os.path.join(GdbClient.SYSTEM_LIBS_PATH, local_path)
119 if not os.path.exists(os.path.dirname(local_path)):
120 os.makedirs(os.path.dirname(local_path))
121 subprocess.call([adb_path, 'pull', lib, local_path], stderr=dev_null)
/third_party/jsoncpp/devtools/
Dantglob.py192 def local_path(paths): function
194 … test_cases.append((ant_pattern, local_path(accepted_matches), local_path(rejected_matches)))
/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/flutter/skia/tools/skp/
Dwebpages_playback.py490 def download_file(self, name, local_path): argument
519 def download_file(self, name, local_path): argument
521 'gsutil', 'cp', '/'.join((self._url, name)), local_path])
539 def download_file(self, name, local_path): argument
540 shutil.copyfile(os.path.join(self._base_dir, name), local_path)
/third_party/skia/experimental/tools/
Dandroid_skp_capture.sh28 local_path="$(date '+%Y-%m-%d_%H%M%S')_${package}.skp"
/third_party/flutter/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.py932 local_path = os.path.join('$(LOCAL_PATH)', self.path, path)
933 local_path = os.path.normpath(local_path)
938 assert local_path.startswith('$(LOCAL_PATH)'), (
940 return local_path
/third_party/node/tools/gyp/pylib/gyp/generator/
Dandroid.py1001 local_path = os.path.join("$(LOCAL_PATH)", self.path, path)
1002 local_path = os.path.normpath(local_path)
1007 assert local_path.startswith(
1010 return local_path
/third_party/exfatprogs/fsck/
Dfsck.c65 char local_path[PATH_MAX * MB_LEN_MAX + 1]; member
103 path_resolve_ctx.local_path, \
312 ctx->local_path[0] = '\0'; in resolve_path()
338 ctx->local_path, sizeof(ctx->local_path)); in resolve_path()
361 path_resolve_ctx.local_path, \
1426 path_resolve_ctx.local_path); in exfat_filesystem_check()
/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()