Lines Matching refs:vector
113 std::vector<uint8_t>* storage) { in CreateFakeDex()
142 std::vector<uint8_t> storage;
159 std::vector<std::unique_ptr<FakeDex>> fake_dex_files;
180 virtual std::vector<std::string> GetLibCoreModuleNames() const;
183 std::vector<std::string> GetLibCoreDexFileNames(const std::vector<std::string>& modules) const;
186 std::vector<std::string> GetLibCoreDexFileNames() const;
189 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) const;
192 std::vector<std::string> GetLibCoreDexLocations() const;
195 const std::vector<std::string>& class_path);
202 std::vector<std::unique_ptr<const DexFile>> dex_files; in MutateDexFile()
242 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv,
245 static ForkAndExecResult ForkAndExec(const std::vector<std::string>& argv,
274 std::vector<std::unique_ptr<const DexFile>> OpenDexFiles(const char* filename);
280 std::vector<std::unique_ptr<const DexFile>> OpenTestDexFiles(const char* name);
295 std::string CreateClassPath(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
299 const std::vector<std::unique_ptr<const DexFile>>& dex_files);
303 std::vector<std::unique_ptr<const DexFile>> loaded_dex_files_;