Home
last modified time | relevance | path

Searched defs:device_serial (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h46 static std::string device_serial; variable
Dfixtures.cpp279 std::string FastBootTest::device_serial = ""; member in fastboot::FastBootTest
/system/extras/pagecache/
Dpagecache.py175 def add_adb_serial(adb_command, device_serial): argument
181 def construct_adb_shell_command(shell_args, device_serial): argument
187 def run_adb_shell(shell_args, device_serial): argument
/system/update_engine/scripts/
Dupdate_device.py342 def __init__(self, device_serial=None): argument