Home
last modified time | relevance | path

Searched defs:apex_version (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Gki/
H A Dbuild_gki_apex_manifest.cpp54 int WriteApexManifest(const std::string& apex_name, Json::UInt64 apex_version, in WriteApexManifest()
123 uint64_t apex_version = FLAGS_apex_version; in main() local
/aosp12/art/odrefresh/
H A Dodr_compilation_log.cc160 void OdrCompilationLog::Log(int64_t apex_version, in Log()
169 void OdrCompilationLog::Log(int64_t apex_version, in Log()
182 bool OdrCompilationLog::ShouldAttemptCompile(int64_t apex_version, in ShouldAttemptCompile()
H A Dodr_compilation_log.h34 int64_t apex_version; member
H A Dodr_compilation_log_test.cc486 for (int64_t apex_version = 0; apex_version < 10000; apex_version += 1000) { in TEST() local