Searched refs:apk_file (Results 1 - 2 of 2) sorted by relevance

/system/core/libbacktrace/
H A DBacktraceOffline.cpp810 std::string apk_file = filename.substr(0, pos); local
812 if (!IsValidApkPath(apk_file)) {
813 BACK_LOGW("%s is not a valid apk file", apk_file.c_str());
817 int32_t ret_code = OpenArchive(apk_file.c_str(), &handle);
820 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code));
827 BACK_LOGW("failed to find %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
833 apk_file.c_str());
836 auto buffer_or_err = llvm::MemoryBuffer::getOpenFileSlice(GetFileDescriptor(handle), apk_file,
840 BACK_LOGW("failed to read %s in %s: %s", elf_file.c_str(), apk_file.c_str(),
846 BACK_LOGW("failed to create binary for %s in %s: %s", elf_file.c_str(), apk_file
[all...]
/system/core/adb/
H A Dcommandline.cpp2118 std::vector<const char*> apk_file = {argv[last_apk]}; local
2121 if (!do_sync_push(apk_file, apk_dest.c_str(), false)) goto cleanup_apk;

Completed in 129 milliseconds