Home
last modified time | relevance | path

Searched refs:GetSubFilesRecursively (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.h103 int GetSubFilesRecursively(string path, string currentDirname, vector<string> *out);
Dtransfer.cpp406 int HdcTransferBase::GetSubFilesRecursively(string path, string currentDirname, vector<string> *out) in GetSubFilesRecursively() function in Hdc::HdcTransferBase
449 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively()
Dfile.cpp129 GetSubFilesRecursively(context->localPath, context->localName, &context->taskQueue); in SetMasterParameters()