Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/
Dfs.c78 S32 ret = OsVfsUnlink(path); in unlink()
118 S32 ret = OsVfsUnlink(path); in rmdir()
/kernel/uniproton/src/fs/vfs/
Dvfs_operations.h48 S32 OsVfsUnlink(const char *path);
Dvfs_fs.c355 S32 OsVfsUnlink(const char *path) in OsVfsUnlink() function