Home
last modified time | relevance | path

Searched defs:abspath (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/
Dntpath.py534 abspath = _abspath_fallback variable
537 def abspath(path): function
Dposixpath.py376 def abspath(path): function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.h85 gchar *abspath; member
/third_party/e2fsprogs/util/
Dsymlinks.c121 static int shorten_path (char *path, char *abspath) in shorten_path()
168 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; in fix_symlink() local
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c52 static char abspath[1024]; variable
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c45 static char abspath[1024]; variable
/third_party/libuv/src/unix/
Dhaiku.c37 char abspath[B_PATH_NAME_LENGTH]; in uv_exepath() local
Dfreebsd.c60 char abspath[PATH_MAX * 2 + 1]; in uv_exepath() local
Ddarwin.c77 char abspath[PATH_MAX * 2 + 1]; in uv_exepath() local
Dcore.c1553 char abspath[UV__PATH_MAX]; in uv__search_path() local
/third_party/node/tools/
Dinstall.py17 def abspath(*args): function
/third_party/python/Lib/test/
Dtest_dtrace.py12 def abspath(filename): function
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc745 std::string abspath = RealPath(specific_dump_dir); in ConvertReadTensors() local
766 std::string abspath = RealPath(specific_dump_dir); in ConvertWatchPointNodes() local
991 std::string abspath = RealPath(specific_dump_dir); in ReadDumpedTensorSync() local
1122 std::string abspath = RealPath(specific_dump_dir); in ReadNeededDumpedTensors() local
1137const std::string &abspath, const std::string &specific_dump_dir, in ProcessTensorDataSync()
1334 std::string abspath = RealPath(overflow_bin_path); in CheckOpOverflow() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc99 char abspath[PATH_MAX]; in GetCurrentPath() local
/third_party/python/Modules/
Dposixmodule.c4265 wchar_t *abspath; in os__getfullpathname_impl() local