Home
last modified time | relevance | path

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

/kernel/liteos_m/components/fs/vfs/
Dvfs_fs.c92 #define FREE_AND_SET_NULL(ptr) do { \ macro
527 FREE_AND_SET_NULL(canonicalPath); in open()
533 FREE_AND_SET_NULL(canonicalPath); in open()
546 FREE_AND_SET_NULL(canonicalPath); in open()
554 FREE_AND_SET_NULL(canonicalPath); in open()
/kernel/uniproton/src/fs/vfs/
Dvfs_fs.c36 #define FREE_AND_SET_NULL(ptr) do { \ macro