Home
last modified time | relevance | path

Searched defs:local_path (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/obs/
Dutil.py55 def try_load_from_obs(remote_path, dataset_file, local_path): argument
72 def detect_all_meta_files(meta_files, local_path): argument
162 def make_dataset_tuple(dataset_files, local_path): argument
191 def fetch_meta_files(meta_files, local_path): argument
343 def _file_download_from_obs(obs_path, local_path): argument
419 def _detect_file_exist(local_path, meta_file, lock_file='tmp'): argument
Dobs_mindrecord_dataset.py49 def _init_cache_and_working_queue(cache, q, shard_files, local_path): argument
66 def _remove_unused_dataset(local_path, num_shards, shard_id, epoch_num): argument
131 size_per_shard, local_path, current_epoch): argument
167 def _download_work(shard_id, current_idx, local_path, cache, q): argument
204 def _delete_candidate_datasets(current_idx, queue_top_idx, cache, q, local_path): argument
358 …__(self, dataset_files, columns_list, shuffle, num_shards, shard_id, shard_equal_rows, local_path): argument
/third_party/rust/rust/tests/ui/borrowck/
Dissue-7573.rs2 local_path: String, field
/third_party/skia/m133/tools/skp/
Dwebpages_playback.py492 def download_file(self, name, local_path): argument
521 def download_file(self, name, local_path): argument
541 def download_file(self, name, local_path): argument
/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
540 def download_file(self, name, local_path): argument
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dduplicate_mod.rs50 local_path: PathBuf, field
/third_party/exfatprogs/include/
Dexfat_fs.h61 char local_path[PATH_MAX * MB_LEN_MAX + 1]; member
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dproc_macro_harness.rs297 let local_path = |cx: &ExtCtxt<'_>, name| cx.expr_path(cx.path(span, vec![name])); in mk_decls() localVariable
/third_party/skia/m133/
DPRESUBMIT_test_mocks.py205 def __init__(self, local_path, new_contents, old_contents=None, action='A', argument
/third_party/ffmpeg/libavformat/
Dhttp.c202 const char *path, *proxy_path, *lower_proto = "tcp", *local_path; in http_open_cnx_internal() local
1399 static int http_connect(URLContext *h, const char *path, const char *local_path, in http_connect()
/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs1088 let local_path: Cow<'_, Path> = match name { in ensure_source_file_source_present() localVariable
Dlib.rs226 pub fn local_path(&self) -> Option<&Path> { in local_path() method
/third_party/rust/rust/src/bootstrap/
Dlib.rs256 fn local_path(&self, build: &Build) -> PathBuf { in local_path() method