• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:android

38 android::base::Result<std::string> GetAndroidDataOrError();
40 android::base::Result<std::string> GetAndroidExpandOrError();
42 android::base::Result<std::string> GetArtRootOrError();
51 const aidl::com::android::server::art::RuntimeArtifactsPath& runtime_artifacts_path);
53 android::base::Result<void> ValidateRuntimeArtifactsPath(
54 const aidl::com::android::server::art::RuntimeArtifactsPath& runtime_artifacts_path);
56 android::base::Result<std::string> BuildArtBinPath(const std::string& binary_name);
59 android::base::Result<RawArtifactsPath> BuildArtifactsPath(
60 const aidl::com::android::server::art::ArtifactsPath& artifacts_path);
62 android::base::Result<std::string> BuildPrimaryRefProfilePath(
63 const aidl::com::android::server::art::ProfilePath::PrimaryRefProfilePath&
66 android::base::Result<std::string> BuildPrebuiltProfilePath(
67 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
69 android::base::Result<std::string> BuildPrimaryCurProfilePath(
70 const aidl::com::android::server::art::ProfilePath::PrimaryCurProfilePath&
73 android::base::Result<std::string> BuildSecondaryRefProfilePath(
74 const aidl::com::android::server::art::ProfilePath::SecondaryRefProfilePath&
77 android::base::Result<std::string> BuildSecondaryCurProfilePath(
78 const aidl::com::android::server::art::ProfilePath::SecondaryCurProfilePath&
81 android::base::Result<std::string> BuildWritableProfilePath(
82 const aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
84 android::base::Result<std::string> BuildFinalProfilePath(
85 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
87 android::base::Result<std::string> BuildTmpProfilePath(
88 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
90 android::base::Result<std::string> BuildDexMetadataPath(
91 const aidl::com::android::server::art::DexMetadataPath& dex_metadata_path);
93 android::base::Result<std::string> BuildProfileOrDmPath(
94 const aidl::com::android::server::art::ProfilePath& profile_path);
96 android::base::Result<std::string> BuildVdexPath(
97 const aidl::com::android::server::art::VdexPath& vdex_path);
104 aidl::com::android::server::art::ProfilePath::WritableProfilePath>>>
119 const aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
121 aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
123 bool PreRebootFlag(const aidl::com::android::server::art::ProfilePath& profile_path);
125 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
126 bool PreRebootFlag(const aidl::com::android::server::art::OutputProfile& profile);
127 bool PreRebootFlag(const aidl::com::android::server::art::ArtifactsPath& artifacts_path);
128 bool PreRebootFlag(const aidl::com::android::server::art::OutputArtifacts& artifacts);
129 bool PreRebootFlag(const aidl::com::android::server::art::VdexPath& vdex_path);