Home
last modified time | relevance | path

Searched refs:arch_name_length (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/libs/adbconnection/include/adbconnection/
Dprocess_info.h29 int32_t arch_name_length; // length of architecture name in bytes member
32 ProcessInfo() : pid(0), debuggable(false), profileable(false), arch_name_length(0) {} in ProcessInfo()
36 arch_name_length = std::min(arch.size(), kMaxArchNameLength); in ProcessInfo()
37 memcpy(arch_name, arch.data(), arch_name_length); in ProcessInfo()
/system/core/adb/daemon/
Djdwp_service.cpp221 entry->set_architecture(proc->process.arch_name, proc->process.arch_name_length); in app_process_list()