Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_file_manager.c23 if (fileInfo == NULL || fileInfo->fd == NSTACKX_INVALID_FD) { in FileSync()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/unix/dfile/
H A Dsys_file_manager.c23 if (fileInfo == NULL || fileInfo->fd == NSTACKX_INVALID_FD) { in FileSync()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h65 #define NSTACKX_INVALID_FD NULL macro
67 #define NSTACKX_INVALID_FD (-1)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c305 if (fileInfo->fd != NSTACKX_INVALID_FD) { in CloseFile()
316 fileInfo->fd = NSTACKX_INVALID_FD; in CloseFile()
494 if (fileInfo->fd == NSTACKX_INVALID_FD) { in FileInfoWriteInit()
509 if (fileInfo->fd == NSTACKX_INVALID_FD) { in WriteToFile()
511 if (fileInfo->fd == NSTACKX_INVALID_FD) { in WriteToFile()
1492 fileInfo->fd = NSTACKX_INVALID_FD; in AddRecvFileInfo()
H A Dnstackx_file_manager_client.c61 if (fileInfo->fd == NSTACKX_INVALID_FD) { in ReadFromFile()
67 if (fileInfo->fd == NSTACKX_INVALID_FD) { in ReadFromFile()
656 fmFileList->tarFileInfo.fd = NSTACKX_INVALID_FD; in AddTarFileInfo()
701 fileInfo->fd = NSTACKX_INVALID_FD; in AddSendFileInfo()