Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/include/fs/
Dfs_operation.h66 void CloseOnExec(struct files_struct *files);
/kernel/liteos_a/fs/vfs/operation/
Dvfs_cloexec.c42 void CloseOnExec(struct files_struct *files) in CloseOnExec() function
/kernel/liteos_a/kernel/base/core/
Dlos_process.c1522 CloseOnExec((struct files_struct *)oldFiles); in OsExecRecycleAndInit()