Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/common/
Dconsole.h117 extern INT32 FilepClose(struct file *filep, const struct file_operations_vfs *fops);
Dconsole.c525 INT32 FilepClose(struct file *filep, const struct file_operations_vfs *fops) in FilepClose() function
608 ret = FilepClose(privFilep, fileOps); in ConsoleClose()