Lines Matching refs:std
30 using namespace std;
43 std::vector<ComponentInfoExt> compInfo;
57 std::string packagePath = TEST_PATH_TO + testPackageName;
98 std::string filePath;
101 std::vector<ComponentInfoExt> comp(testFileNames_.size());
118 std::string packagePath = TEST_PATH_TO;
138 std::vector<std::string> components;
159 std::vector<std::string> components;
176 std::vector<std::pair<std::string, ZipFileInfo>> files;
181 std::string fileName = TEST_PATH_TO + testPackageName;
182 files.push_back(std::pair<std::string, ZipFileInfo>(fileName, file));
195 std::vector<uint8_t> digest(digestSize);
196 std::string path = testPackagePath + "test_package.zip";
207 std::string path = testPackagePath + "test_package.zip";
212 std::string keyPath = "";
217 std::function<void(int32_t result, uint32_t percent)> cb = nullptr;
233 std::vector<std::pair<std::string, Lz4FileInfo>> files;
243 std::string fileName = TEST_PATH_TO + testPackageName;
244 files.push_back(std::pair<std::string, Lz4FileInfo>(fileName, file));