Searched refs:subpaths (Results 1 – 1 of 1) sorted by relevance
223 std::vector<FilePath> subpaths; in CreateDirectory() local227 subpaths.push_back(fullPath); in CreateDirectory()230 subpaths.push_back(path); in CreateDirectory()235 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); i != subpaths.rend(); ++i) { in CreateDirectory()