Searched defs:in_dexFile (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-ndk-source/gen/com/android/server/art/ |
D | IArtd.cpp | 65 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 92 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 115 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 143 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 268 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 304 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 339 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 454 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 642 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local 660 std::string in_dexFile; in _aidl_com_android_server_art_IArtd_onTransact() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/art/artd/binder/artd-aidl-ndk-source/gen/include/aidl/com/android/server/art/ |
D | BnArtd.h | 46 …::ndk::ScopedAStatus getDexoptStatus(const std::string& in_dexFile, const std::string& in_instruct… in getDexoptStatus() 49 …t ::aidl::com::android::server::art::ProfilePath& in_profile, const std::string& in_dexFile, bool*… in isProfileUsable() 52 …rc, ::aidl::com::android::server::art::OutputProfile* in_dst, const std::string& in_dexFile, ::aid… in copyAndRewriteProfile() 55 …ile(::aidl::com::android::server::art::OutputProfile* in_dst, const std::string& in_dexFile, ::aid… in copyAndRewriteEmbeddedProfile() 73 …::ndk::ScopedAStatus getDexFileVisibility(const std::string& in_dexFile, ::aidl::com::android::ser… in getDexFileVisibility() 79 …::ndk::ScopedAStatus getDexoptNeeded(const std::string& in_dexFile, const std::string& in_instruct… in getDexoptNeeded() 82 …m::android::server::art::OutputArtifacts& in_outputArtifacts, const std::string& in_dexFile, const… in dexopt() 94 ::ndk::ScopedAStatus isInDalvikCache(const std::string& in_dexFile, bool* _aidl_return) override { in isInDalvikCache() 124 …::ndk::ScopedAStatus validateDexPath(const std::string& in_dexFile, std::optional<std::string>* _a… in validateDexPath() 127 …::ndk::ScopedAStatus validateClassLoaderContext(const std::string& in_dexFile, const std::string& … in validateClassLoaderContext()
|
/aosp_15_r20/art/artd/ |
H A D | artd.cc | 580 ScopedAStatus Artd::getDexoptStatus(const std::string& in_dexFile, in getDexoptStatus() 625 const std::string& in_dexFile, in isProfileUsable() 735 const std::string& in_dexFile, in copyAndRewriteProfile() 755 const std::string& in_dexFile, in copyAndRewriteEmbeddedProfile() 811 ndk::ScopedAStatus Artd::getDexFileVisibility(const std::string& in_dexFile, in getDexFileVisibility() 956 ndk::ScopedAStatus Artd::getDexoptNeeded(const std::string& in_dexFile, in getDexoptNeeded() 1000 const std::string& in_dexFile, in dexopt() 1336 ScopedAStatus Artd::isInDalvikCache(const std::string& in_dexFile, bool* _aidl_return) { in isInDalvikCache() 2066 ScopedAStatus Artd::validateDexPath(const std::string& in_dexFile, in validateDexPath() 2077 ScopedAStatus Artd::validateClassLoaderContext(const std::string& in_dexFile, in validateClassLoaderContext()
|