OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serial_path
(Results
1 - 2
of
2
) sorted by null
/system/iot/attestation/at-factory-tool/
serialmapperlinux.py
47
serial_path
= os.path.join(device_folder, 'serial')
48
if os.path.isfile(
serial_path
):
49
with open(
serial_path
) as f:
/system/core/adb/client/
usb_linux.cpp
559
std::string
serial_path
= android::base::StringPrintf(
local
562
if (!android::base::ReadFileToString(
serial_path
, &serial)) {
563
D("[ usb read %s failed: %s ]",
serial_path
.c_str(), strerror(errno));
Completed in 594 milliseconds