Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/src/
Dproc_file.c203 static struct ProcDirEntry *ProcAllocNode(struct ProcDirEntry **parent, const char *name, mode_t mo… in ProcAllocNode() function
326 pn = ProcAllocNode(&parent, name, S_IFDIR | mode); in ProcCreateDir()
348 pn = ProcAllocNode(&parent, name, S_IFREG | mode); in ProcCreateFile()