Home
last modified time | relevance | path

Searched refs:closeReqSubmitted (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.cpp60 context->closeReqSubmitted = false; in ResetCtx()
127 context->closeReqSubmitted = false; in OnFileClose()
266 context->closeReqSubmitted, &context->fsCloseReq); in OnFileIO()
267 if (context->lastErrno == 0 && !context->closeReqSubmitted) { in OnFileIO()
268 context->closeReqSubmitted = true; in OnFileIO()
Dtransfer.h79 bool closeReqSubmitted; member