Searched defs:apk_name (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | api_profiler_test.py | 25 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 D | preopt2cachename.cpp | 58 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 D | ConfigurationParser.cpp | 211 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 D | sign_target_files_apks | 429 is_compressed, apk_name): argument
|
H A D | sign_target_files_apks.py | 429 is_compressed, apk_name): argument
|
H A D | common.py | 2181 def GetMinSdkVersion(apk_name): argument 2213 def GetMinSdkVersionInt(apk_name, codename_to_api_level_map): argument
|