Home
last modified time | relevance | path

Searched refs:proc_pidpath (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/
Dvk_loader_platform.h257 int ret = proc_pidpath(pid, buffer, size); in loader_platform_executable_path()
/third_party/gstreamer/gstreamer/gst/
Dgst.c360 ret = proc_pidpath (pid, pathbuf, sizeof (pathbuf)); in find_executable_path()
/third_party/vulkan-loader/tests/framework/
Dtest_util.h909 int ret = proc_pidpath(pid, &buffer[0], buffer.size()); in test_platform_executable_path()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt2059 proc_pidpath
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5711 pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_pidpath() function