Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/include/
Dproc_file.h59 extern struct ProcDirEntry *OpenProcFile(const char *fileName, int flags, ...);
/kernel/liteos_a/fs/proc/src/
Dproc_shellcmd.c73 handle = OpenProcFile(realPath, O_TRUNC); in OsShellCmdWriteProc()
Dproc_file.c592 struct ProcDirEntry *OpenProcFile(const char *fileName, int flags, ...) in OpenProcFile() function