Searched refs:dirPath2UpdatedNameMap (Results 1 – 1 of 1) sorted by relevance
492 static int RecoverFilePart(vector<string> filePathList, map<string, string> dirPath2UpdatedNameMap) in RecoverFilePart() argument504 map<string, string>::iterator iter = dirPath2UpdatedNameMap.find(sourceFilePathOnly); in RecoverFilePart()505 if (iter != dirPath2UpdatedNameMap.end()) { in RecoverFilePart()518 map<string, string> dirPath2UpdatedNameMap; in MakeAndFindUpdateNameDir() local527 dirPath2UpdatedNameMap.insert(make_pair(sourceFilePath, newDestPath)); in MakeAndFindUpdateNameDir()531 return dirPath2UpdatedNameMap; in MakeAndFindUpdateNameDir()562 map<string, string> dirPath2UpdatedNameMap = MakeAndFindUpdateNameDir(dirPathList); in RecoverDir() local565 auto retRecoveFilePart = RecoverFilePart(filePathList, dirPath2UpdatedNameMap); in RecoverDir()