Searched refs:proc_pidpath (Results 1 – 5 of 5) sorted by relevance
257 int ret = proc_pidpath(pid, buffer, size); in loader_platform_executable_path()
360 ret = proc_pidpath (pid, pathbuf, sizeof (pathbuf)); in find_executable_path()
909 int ret = proc_pidpath(pid, &buffer[0], buffer.size()); in test_platform_executable_path()
2059 proc_pidpath
5711 pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_pidpath() function