Home
last modified time | relevance | path

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

/kernel/linux/common_modules/tzdriver/core/
Dagent.c104 char cmdstring[MAX_PATH_SIZE] = { 0 }; in get_proc_dpath() local
116 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()