Searched refs:dirPathList (Results 1 – 2 of 2) sorted by relevance
287 std::list<std::string> dirPathList{path}; in RecursiveEnableAcl() local289 while (!dirPathList.empty()) { in RecursiveEnableAcl()290 std::string dir = dirPathList.back(); in RecursiveEnableAcl()291 dirPathList.pop_back(); in RecursiveEnableAcl()308 dirPathList.push_front(fileName); in RecursiveEnableAcl()
550 vector<string> dirPathList; in RecoverDir() local555 dirPathList.emplace_back(dirent); in RecoverDir()562 map<string, string> dirPath2UpdatedNameMap = MakeAndFindUpdateNameDir(dirPathList); in RecoverDir()