Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dtransfer.cpp406 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively() argument
412 …WRITE_LOG(LOG_DEBUG, "GetSubFiles path = %s currentDirname = %s", path.c_str(), currentDirname.c_s… in GetSubFilesRecursively()
427 mode.fullName = currentDirname; in GetSubFilesRecursively()
450 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()
456 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
Dtransfer.h103 int GetSubFilesRecursively(string path, string currentDirname, vector<string> *out);