Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp124 context->localName = Base::GetFullFilePath(context->localPath); in SetMasterParameters()
129 GetSubFilesRecursively(context->localPath, context->localName, &context->taskQueue); in SetMasterParameters()
140 context->localName = context->taskQueue.back(); in SetMasterParameters()
141 context->localPath = context->localDirName + context->localName; in SetMasterParameters()
143 WRITE_LOG(LOG_DEBUG, "localName = %s context->localPath = %s", context->localName.c_str(), in SetMasterParameters()
300 context->localName = context->taskQueue.back(); in TransferNext()
301 context->localPath = context->localDirName + context->localName; in TransferNext()
304 context->localName.c_str(), context->localPath.c_str(), ctxNow.taskQueue.size()); in TransferNext()
Dtransfer.h71 string localName; member
Dtransfer.cpp311 st.optionalName = context->localName; in OnFileOpen()