Lines Matching defs:childNode
47 std::string childNode = ent->d_name;
48 if (childNode == "." || childNode == "..") {
51 if (digit && !IsNumericStr(childNode)) {
54 subNodes.push_back(childNode);
79 std::string childNode = ent->d_name;
80 if (childNode == "." || childNode == "..") {
83 if (digit && !IsNumericStr(childNode)) {
86 if (!IsDirectory(path + "/" + childNode)) {
89 subDirs.push_back(childNode);