Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dfile.cpp136 context->localDirName = Base::GetPathWithoutFilename(context->localPath); in SetMasterParameters()
138 WRITE_LOG(LOG_DEBUG, "localDirName = %s", context->localDirName.c_str()); in SetMasterParameters()
141 context->localPath = context->localDirName + context->localName; in SetMasterParameters()
297 context->localPath = context->localDirName + context->localName; in TransferNext()
Dtransfer.h74 string localDirName; member