Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_fs_plat.c14 OTA_WEAK int ota_fopen(const char *filename, int mode) in ota_fopen() function
60 fd = ota_fopen(file_path, O_RDONLY); in ota_jsapp_version_get()
A Dota_hal_ctrl.c169 fd = ota_fopen(file_path, O_RDONLY); in ota_verify_fsfile()
/AliOS-Things-master/components/ota/tools/
A Dupack_data_file.c36 read_fd = ota_fopen(pack_file, O_RDONLY); in data_file_unpack()
70 write_fd = ota_fopen(tmp_file_name, O_WRONLY | O_CREAT | O_TRUNC); in data_file_unpack()
/AliOS-Things-master/components/ota/include/
A Dota_import.h131 int ota_fopen(const char *filename, int mode);
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_file2fs_http.c75 fd = ota_fopen(store_path, O_WRONLY | O_CREAT | O_TRUNC); in ota_download_store_fs_start()

Completed in 5 milliseconds