Home
last modified time | relevance | path

Searched refs:IWFS_OUNLINK (Results 1 – 5 of 5) sorted by relevance

/third_party/iowow/src/fs/
Diwfile.c85 if (opts->path && (opts->omode & IWFS_OUNLINK)) { in _iwfs_close()
231 if (opts->omode & IWFS_OUNLINK) { in iwfs_file_open()
282 if (opts->omode & IWFS_OUNLINK) { in iwfs_file_open()
Diwfile.h82 #define IWFS_OUNLINK ((iwfs_omode) 0x10U) macro
/third_party/ejdb/src/jbi/
Djbi_sorter_consumer.c161 .omode = IWFS_OTMP | IWFS_OUNLINK in _jbi_scan_sorter_init()
/third_party/iowow/src/fs/tests/
Diwfs_test1.c130 .omode = IWFS_OTMP | IWFS_OUNLINK in iwfs_exfile_test1_2()
/third_party/iowow/
DChangelog454 * Added `IWFS_OUNLINK` flag. Unlink(delete) file on close (iwfile.h)