Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/
Ddlutils.h70 inline Status FindSoPath(const std::string &parent_dir, const std::string &target_so, std::string *… in FindSoPath()
104 std::string parent_dir = cur_so_path.substr(0, pos); in DLSoPath() local
/third_party/rust/crates/cxx/tools/cargo/
Dbuild.rs60 let parent_dir = Path::new(&out_dir).join("symlink"); in main() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/ascend/plugin/
Dascend_kernel_plugin.cc56 std::string parent_dir = cur_so_path.substr(0, pos); in Register() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/plugin/
Dacl_pass_plugin.cc54 std::string parent_dir = cur_so_path.substr(0, pos); in GetPluginSoPath() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Ddlutils.h41 std::string parent_dir = libmindspore_so.substr(0, pos) + "../"; in DLSoPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/plugin/
Dascend_kernel_plugin.cc79 std::string parent_dir = cur_so_path.substr(0, pos); in TryRegisterInner() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_utils.cc178 std::shared_ptr<std::string> parent_dir; in CheckFile() local
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1910 struct tmpfs_directory_s *parent_dir; in tmpfs_unlink() local
2098 struct tmpfs_directory_s *parent_dir; in tmpfs_rmdir() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/perf/
Dauto_tune.cc143 std::string parent_dir = jsonpath.ParentPath(); in SaveAutotuneConfig() local
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c70 is_dir_or_link(const struct dirent *entry, const char *parent_dir) in is_dir_or_link()
/third_party/libabigail/tools/
Dabipkgdiff.cc2349 string parent_dir = parent_dir_name; in maybe_update_package_content() local
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c2006 static int add_attr_file_name(MFT_RECORD *m, const leMFT_REF parent_dir, in add_attr_file_name()
/third_party/rust/rust/src/tools/compiletest/src/
Druntest.rs4046 let parent_dir = self.testpaths.file.parent().unwrap(); in normalize_output() localVariable