Home
last modified time | relevance | path

Searched refs:dirPath2UpdatedNameMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp492 static int RecoverFilePart(vector<string> filePathList, map<string, string> dirPath2UpdatedNameMap) in RecoverFilePart() argument
504 map<string, string>::iterator iter = dirPath2UpdatedNameMap.find(sourceFilePathOnly); in RecoverFilePart()
505 if (iter != dirPath2UpdatedNameMap.end()) { in RecoverFilePart()
518 map<string, string> dirPath2UpdatedNameMap; in MakeAndFindUpdateNameDir() local
527 dirPath2UpdatedNameMap.insert(make_pair(sourceFilePath, newDestPath)); in MakeAndFindUpdateNameDir()
531 return dirPath2UpdatedNameMap; in MakeAndFindUpdateNameDir()
562 map<string, string> dirPath2UpdatedNameMap = MakeAndFindUpdateNameDir(dirPathList); in RecoverDir() local
565 auto retRecoveFilePart = RecoverFilePart(filePathList, dirPath2UpdatedNameMap); in RecoverDir()