/third_party/flutter/engine/flutter/sky/tools/ |
D | flutter_gdb | 116 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/ |
D | antglob.py | 192 def local_path(paths): function 194 … test_cases.append((ant_pattern, local_path(accepted_matches), local_path(rejected_matches)))
|
/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/flutter/skia/tools/skp/ |
D | webpages_playback.py | 490 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/ |
D | android_skp_capture.sh | 28 local_path="$(date '+%Y-%m-%d_%H%M%S')_${package}.skp"
|
/third_party/flutter/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 | 932 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/ |
D | android.py | 1001 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/ |
D | fsck.c | 65 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/ |
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()
|