Searched refs:oldFilePaths (Results 1 – 5 of 5) sorted by relevance
30 std::vector<std::string> oldFilePaths; in fuzzelCopyToTempDirCaseOne() local31 oldFilePaths.push_back(FILE_PATH); in fuzzelCopyToTempDirCaseOne()34 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths); in fuzzelCopyToTempDirCaseOne()
30 std::vector<std::string> oldFilePaths; in fuzzelUpdateExtResourcesDbCaseOne() local31 oldFilePaths.push_back(FILE_PATH); in fuzzelUpdateExtResourcesDbCaseOne()34 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths); in fuzzelUpdateExtResourcesDbCaseOne()
352 std::vector<std::string> oldFilePaths; variable353 oldFilePaths.push_back(FILE_PATH);356 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths);
48 const std::vector<std::string> &oldFilePaths, std::vector<std::string> &newFilePaths);
248 const std::vector<std::string> &oldFilePaths, std::vector<std::string> &newFilePaths) in CopyToTempDir() argument250 for (const auto &oldFile : oldFilePaths) { in CopyToTempDir()