Home
last modified time | relevance | path

Searched refs:unix_path (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dsetup-vms.h84 char *unix_path; in vms_translate_path() local
94 unix_path = decc$translate_vms(path); in vms_translate_path()
96 if((int)unix_path <= 0) { in vms_translate_path()
148 __char_ptr32 unix_path; in vms_getpwuid() local
150 char *unix_path; in vms_getpwuid() local
153 char *unix_path; in vms_getpwuid() local
161 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid()
163 if((long)unix_path <= 0) { in vms_getpwuid()
169 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid()
179 vms_passwd_cache.pw_dir = unix_path; in vms_getpwuid()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.cc24 const std::string unix_path = PortToUnixSocketPath(port); in PortToFtok() local
25 shmkey = ftok(unix_path.data(), 'a'); in PortToFtok()