Home
last modified time | relevance | path

Searched defs:apk_name (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/test/
H A Dapi_profiler_test.py25 def run_api_test(self, package_name, apk_name, expected_reports, min_android_version): argument
60 def run_cpp_api_test(self, apk_name, min_android_version): argument
79 def run_java_api_test(self, apk_name, min_android_version): argument
/aosp12/system/extras/preopt2cachename/
H A Dpreopt2cachename.cpp58 std::string apk_name = file_location.substr(file_location_start + 1, in ExtractAPKName() local
87 std::string apk_name = ExtractAPKName(file_location); in SystemBFilenameToCacheFile() local
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp211 const std::string& apk_name, in ToOutputArtifact()
354 Maybe<std::string> ToBaseName(std::string result, const StringPiece& apk_name, IDiagnostics* diag) { in ToBaseName()
387 const StringPiece& apk_name, in ToArtifactName()
422 Maybe<std::string> ConfiguredArtifact::Name(const StringPiece& apk_name, IDiagnostics* diag) const { in Name() argument
454 const std::string& apk_name = file::GetFilename(apk_path).to_string(); in Parse() local
/aosp12/build/make/tools/releasetools/
H A Dsign_target_files_apks429 is_compressed, apk_name): argument
H A Dsign_target_files_apks.py429 is_compressed, apk_name): argument
H A Dcommon.py2181 def GetMinSdkVersion(apk_name): argument
2213 def GetMinSdkVersionInt(apk_name, codename_to_api_level_map): argument