HomeSort by relevance Sort by last modified time
    Searched refs:apk_file (Results 1 - 2 of 2) sorted by null

  /system/core/libbacktrace/
BacktraceOffline.cpp 685 std::string apk_file = filename.substr(0, pos); local
687 if (!IsValidApkPath(apk_file)) {
688 BACK_LOGW("%s is not a valid apk file", apk_file.c_str());
692 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle);
695 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code));
702 BACK_LOGW("failed to find %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
708 apk_file.c_str());
711 auto buffer_or_err = llvm::MemoryBuffer::getOpenFileSlice(GetFileDescriptor(handle), apk_file,
715 BACK_LOGW("failed to read %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
721 BACK_LOGW("failed to create binary for %s in %s: %s", elf_file.c_str(), apk_file.c_str()
    [all...]
  /system/core/adb/
commandline.cpp 2229 std::vector<const char*> apk_file = {argv[last_apk]}; local
    [all...]

Completed in 64 milliseconds