Searched refs:localDirName (Results 1 – 2 of 2) sorted by relevance
136 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()
74 string localDirName; member