Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dtransfer.cpp410 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively() argument
416 …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()
Dtransfer.h103 int GetSubFilesRecursively(string path, string currentDirname, vector<string> *out);