HomeSort by relevance Sort by last modified time
    Searched defs:apk_path (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
read_apk.cpp 37 EmbeddedElf* ApkInspector::FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset) {
39 ApkOffset ami(apk_path, file_offset);
44 std::unique_ptr<EmbeddedElf> elf = FindElfInApkByOffsetWithoutCache(apk_path, file_offset);
50 std::unique_ptr<EmbeddedElf> ApkInspector::FindElfInApkByOffsetWithoutCache(const std::string& apk_path,
53 if (!IsValidApkPath(apk_path)) {
57 FileHelper fhelper = FileHelper::OpenReadOnly(apk_path);
62 ArchiveHelper ahelper(fhelper.fd(), apk_path);
95 PLOG(ERROR) << "lseek() failed in " << apk_path << " offset " << zentry.offset;
103 LOG(ERROR) << "problems reading ELF from " << apk_path << " entry '"
109 return std::unique_ptr<EmbeddedElf>(new EmbeddedElf(apk_path, entry_name, zentry.offset
135 LOG(ERROR) << "shared library " << elf_filename << " in " << apk_path << " is compressed"; local
    [all...]
  /frameworks/base/cmds/idmap/
scan.cpp 27 apk_path(a), idmap_path(i), priority(p) {}
34 String8 apk_path; member in struct:__anon40583::Overlay
61 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
  /frameworks/native/cmds/installd/
otapreopt.cpp 170 const char *apk_path; member in struct:android::installd::OTAPreoptService::Parameters
333 + 1 // apk_path
391 package_parameters_.apk_path = param;
474 package_parameters_.apk_path = param;
559 package_parameters_.apk_path = param;
869 // 1) Does the apk_path start with the value of ANDROID_ROOT? (~in the system image)
872 // 2) If you replace the name in the apk_path with "oat," does the path exist?
884 const char* apk_path = package_parameters_.apk_path; local
885 CHECK(apk_path != nullptr)
    [all...]
InstalldNativeService.cpp 1843 const char* apk_path = apkPath.c_str(); local
2274 const char* apk_path = apkPath.c_str(); local
2287 const char* apk_path = apkPath.c_str(); local
    [all...]

Completed in 77 milliseconds