Searched refs:proc_pidpath (Results 1 – 6 of 6) sorted by relevance
| /third_party/vulkan-loader/loader/ |
| D | vk_loader_platform.h | 257 int ret = proc_pidpath(pid, buffer, size); in loader_platform_executable_path()
|
| /third_party/iowow/src/platform/unix/ |
| D | unix.c | 347 int ret = proc_pidpath(pid, opath, opath_maxlen); in iwp_exec_path()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gst.c | 360 ret = proc_pidpath (pid, pathbuf, sizeof (pathbuf)); in find_executable_path()
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_util.h | 909 int ret = proc_pidpath(pid, &buffer[0], buffer.size()); in test_platform_executable_path()
|
| /third_party/rust/crates/libc/libc-test/semver/ |
| D | apple.txt | 2059 proc_pidpath
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5711 pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_pidpath() function
|