Searched refs:newDestPath (Results 1 – 1 of 1) sorted by relevance
463 string newDestPath = sourceFilePath; in RecoverFile() local464 if (newDestPath.length() == 0 || !Mkdirs(sourceFilePath, false, newDestPath)) { in RecoverFile()470 int moveRet = MoveFile(filePath, newDestPath); in RecoverFile()523 string newDestPath = sourceFilePath; in MakeAndFindUpdateNameDir() local524 if (Mkdirs(sourceFilePath, true, newDestPath)) { in MakeAndFindUpdateNameDir()525 HILOG_DEBUG("MakeAndFindUpdateNameDir: newDestPath = %{public}s", newDestPath.c_str()); in MakeAndFindUpdateNameDir()526 if (newDestPath != sourceFilePath) { in MakeAndFindUpdateNameDir()527 dirPath2UpdatedNameMap.insert(make_pair(sourceFilePath, newDestPath)); in MakeAndFindUpdateNameDir()