Searched refs:cmdstring (Results 1 – 1 of 1) sorted by relevance
104 char cmdstring[MAX_PATH_SIZE] = { 0 }; in get_proc_dpath() local116 rc = sprintf_s(cmdstring, MAX_PATH_SIZE, "/proc/%d/exe", current->tgid); in get_proc_dpath()122 if (liblinux_pal_vfs_readlink(cmdstring, path, MAX_PATH_SIZE) == 0) { in get_proc_dpath()