diff options
Diffstat (limited to 'artd/artd.h')
-rw-r--r-- | artd/artd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/artd/artd.h b/artd/artd.h index 2386cfbfa1..a4012c6da1 100644 --- a/artd/artd.h +++ b/artd/artd.h @@ -166,6 +166,13 @@ class Artd : public aidl::com::android::server::art::BnArtd { ndk::ScopedAStatus isInDalvikCache(const std::string& in_dexFile, bool* _aidl_return) override; + ndk::ScopedAStatus validateDexPath(const std::string& in_dexPath, + std::optional<std::string>* _aidl_return) override; + + ndk::ScopedAStatus validateClassLoaderContext(const std::string& in_dexPath, + const std::string& in_classLoaderContext, + std::optional<std::string>* _aidl_return) override; + android::base::Result<void> Start(); private: |