Searched refs:currentDirname (Results 1 – 2 of 2) sorted by relevance
410 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively() argument416 …WRITE_LOG(LOG_DEBUG, "GetSubFiles path = %s currentDirname = %s", path.c_str(), currentDirname.c_s… in GetSubFilesRecursively()431 mode.fullName = currentDirname; in GetSubFilesRecursively()456 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()462 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
103 int GetSubFilesRecursively(string path, string currentDirname, vector<string> *out);