Home
last modified time | relevance | path

Searched refs:OS_FILE_OPEN_FAIL (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/uvoice/stream/
A Duvoice_file.c240 if (OS_FILE_OPEN_FAIL(loader->stream)) { in file_loader_update()
359 if (OS_FILE_OPEN_FAIL(loader->stream)) { in file_loader_action()
465 if (OS_FILE_OPEN_FAIL(loader->stream)) { in file_loader_create()
645 if (OS_FILE_OPEN_FAIL(packer->stream)) { in file_packer_create()
A Duvoice_download.c73 if (OS_FILE_OPEN_FAIL(fp)) { in net_download_work()
A Duvoice_cache.c73 if (OS_FILE_OPEN_FAIL(cache->fp)) { in net_cache_file()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_aos.h32 #define OS_FILE_OPEN_FAIL(stream) (stream <= 0) macro
A Duvoice_amp.h36 #define OS_FILE_OPEN_FAIL(stream) (stream == NULL) macro
A Duvoice_linux.h43 #define OS_FILE_OPEN_FAIL(stream) (stream == NULL) macro
A Duvoice_alios.h44 #define OS_FILE_OPEN_FAIL(stream) (stream == NULL) macro

Completed in 18 milliseconds