Searched refs:proc_path_len (Results 1 – 1 of 1) sorted by relevance
1384 static int proc_path_len; variable1391 if (proc_path_len == 0) { in path_to_procfs()1394 proc_path_len = 5; in path_to_procfs()1402 proc_path_len = strlen(proc_path); in path_to_procfs()1410 strlcpy(proc_path + proc_path_len, tail, in path_to_procfs()1411 sizeof(proc_path) - proc_path_len); in path_to_procfs()