Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/include/
Dinternal.h76 struct ProcDirEntry *ProcFindEntry(const char *path);
/kernel/liteos_a/fs/proc/src/
Dproc_file.c96 struct ProcDirEntry *ProcFindEntry(const char *path) in ProcFindEntry() function
508 pn = ProcFindEntry(file); in ProcStat()
594 struct ProcDirEntry *pn = ProcFindEntry(fileName); in OpenProcFile()