Lines Matching refs:android
31 android::base::Result<std::vector<std::string>> ListManagedFiles();
33 android::base::Result<void> ValidateDexPath(const std::string& dex_path);
35 android::base::Result<std::string> BuildArtBinPath(const std::string& binary_name);
38 android::base::Result<std::string> BuildOatPath(
39 const aidl::com::android::server::art::ArtifactsPath& artifacts_path);
51 android::base::Result<std::string> BuildPrimaryRefProfilePath(
52 const aidl::com::android::server::art::ProfilePath::PrimaryRefProfilePath&
55 android::base::Result<std::string> BuildPrebuiltProfilePath(
56 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
58 android::base::Result<std::string> BuildPrimaryCurProfilePath(
59 const aidl::com::android::server::art::ProfilePath::PrimaryCurProfilePath&
62 android::base::Result<std::string> BuildSecondaryRefProfilePath(
63 const aidl::com::android::server::art::ProfilePath::SecondaryRefProfilePath&
66 android::base::Result<std::string> BuildSecondaryCurProfilePath(
67 const aidl::com::android::server::art::ProfilePath::SecondaryCurProfilePath&
70 android::base::Result<std::string> BuildFinalProfilePath(
71 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
73 android::base::Result<std::string> BuildTmpProfilePath(
74 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
76 android::base::Result<std::string> BuildDexMetadataPath(
77 const aidl::com::android::server::art::DexMetadataPath& dex_metadata_path);
79 android::base::Result<std::string> BuildProfileOrDmPath(
80 const aidl::com::android::server::art::ProfilePath& profile_path);
82 android::base::Result<std::string> BuildVdexPath(
83 const aidl::com::android::server::art::VdexPath& vdex_path);