Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/os_adapt/
Dprocess_proc.c667 struct ProcDirEntry *pidDir = NULL; in ProcCreateProcessDir() local
676 pidDir = dir; in ProcCreateProcessDir()
682 ((LosProcessCB *)process)->procDir = pidDir; in ProcCreateProcessDir()
689 if (pidDir != NULL) { in ProcCreateProcessDir()
690 RemoveProcEntry(pidDir->name, NULL); in ProcCreateProcessDir()