Searched refs:subchild (Results 1 – 2 of 2) sorted by relevance
53 for (auto& subchild : subchildren) { in CleanStagingDirectory() local54 std::string subchild_path = full_private_path + "/" + subchild; in CleanStagingDirectory()452 for (const auto& subchild : subchildren) { in ExportColumnFamily() local453 const auto subchild_path = cleanup_dir + "/" + subchild; in ExportColumnFamily()
1680 for (auto& subchild : subchildren) { in GarbageCollect() local1681 if (subchild == "." || subchild == "..") { in GarbageCollect()1684 Status s = backup_env_->DeleteFile(full_private_path + subchild); in GarbageCollect()1686 (full_private_path + subchild).c_str(), in GarbageCollect()