Home
last modified time | relevance | path

Searched refs:HI_FS_O_CREAT (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_fs.h42 #define HI_FS_O_CREAT 0100 macro
142 * HI_FS_O_CREAT:If the file you want to open does not exist, the file will be created automatically.
144 * HI_FS_O_EXCL:If HI_FS_O_CREAT is also set, this command will check to see if the file exists.
146 CNcomment:如果HI_FS_O_CREAT也被设置,此指令会去检查文件是否存在。
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c472 fd = hi_open(filePath, HI_FS_O_WRONLY | HI_FS_O_CREAT | in FullWriteFile()

Completed in 2 milliseconds