Home | History | Annotate | Download | only in runtime

Lines Matching refs:string

21 #include <string>
80 const std::string& location,
82 std::string* error_msg);
88 const std::string& filename,
89 const std::string& location,
95 std::string* error_msg);
97 // Similar to OatFile::Open(const std::string...), but accepts input vdex and
103 const std::string& oat_location,
109 std::string* error_msg);
118 const std::string& location,
120 std::string* error_msg);
124 const std::string& location,
126 std::string* error_msg);
141 std::string GetClassLoaderContext() const;
145 const std::string& GetLocation() const {
271 /*out*/std::string* error_msg = nullptr) const
332 static std::string ResolveRelativeEncodedDexLocation(
333 const char* abs_dex_location, const std::string& rel_dex_location);
349 OatFile(const std::string& filename, bool executable);
355 const std::string location_;
417 mutable std::list<std::string> string_cache_ GUARDED_BY(secondary_lookup_lock_);
438 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
454 const std::string& GetDexFileLocation() const {
459 const std::string& GetCanonicalDexFileLocation() const {
519 const std::string& dex_file_location,
520 const std::string& canonical_dex_file_location,
533 const std::string dex_file_location_;
534 const std::string canonical_dex_file_location_;