Searched refs:ota_fopen (Results 1 – 5 of 5) sorted by relevance
14 OTA_WEAK int ota_fopen(const char *filename, int mode) in ota_fopen() function60 fd = ota_fopen(file_path, O_RDONLY); in ota_jsapp_version_get()
169 fd = ota_fopen(file_path, O_RDONLY); in ota_verify_fsfile()
36 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()
131 int ota_fopen(const char *filename, int mode);
75 fd = ota_fopen(store_path, O_WRONLY | O_CREAT | O_TRUNC); in ota_download_store_fs_start()
Completed in 5 milliseconds