Home
last modified time | relevance | path

Searched refs:in_dexFile (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.h123 const std::string& in_dexFile,
129 const std::string& in_dexFile,
135 const std::string& in_dexFile,
140 const std::string& in_dexFile,
166 const std::string& in_dexFile,
174 const std::string& in_dexFile,
183 const std::string& in_dexFile,
211 ndk::ScopedAStatus isInDalvikCache(const std::string& in_dexFile, bool* _aidl_return) override;
245 ndk::ScopedAStatus validateDexPath(const std::string& in_dexFile,
248 ndk::ScopedAStatus validateClassLoaderContext(const std::string& in_dexFile,
Dartd.cc566 ScopedAStatus Artd::getDexoptStatus(const std::string& in_dexFile, in getDexoptStatus() argument
579 auto oat_file_assistant = OatFileAssistant::Create(in_dexFile, in getDexoptStatus()
611 const std::string& in_dexFile, in isProfileUsable() argument
616 OR_RETURN_FATAL(ValidateDexPath(in_dexFile)); in isProfileUsable()
637 std::unique_ptr<File> dex_file = OR_RETURN_NON_FATAL(OpenFileForReading(in_dexFile)); in isProfileUsable()
721 const std::string& in_dexFile, in copyAndRewriteProfile() argument
737 return CopyAndRewriteProfileImpl(std::move(*src.value()), in_dst, in_dexFile, _aidl_return); in copyAndRewriteProfile()
741 const std::string& in_dexFile, in copyAndRewriteEmbeddedProfile() argument
743 OR_RETURN_FATAL(ValidateDexPath(in_dexFile)); in copyAndRewriteEmbeddedProfile()
745 Result<File> src = ExtractEmbeddedProfileToFd(in_dexFile); in copyAndRewriteEmbeddedProfile()
[all …]