Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dfps_meter.py57 from autotest_lib.client.common_lib import utils as common_lib_utils unknown
108 orig = common_lib_utils.read_file(filename).strip()
109 atexit.register(common_lib_utils.open_write_close, filename, orig)
110 common_lib_utils.open_write_close(filename, value)
116 clock = common_lib_utils.read_file(TRACE_CLOCK)
120 atexit.register(common_lib_utils.open_write_close,
122 common_lib_utils.open_write_close(TRACE_CLOCK, PREFERRED_TRACE_CLOCK)
143 common_lib_utils.open_write_close(WORKQ_FILTER, filter)
145 atexit.register(common_lib_utils.open_write_close, WORKQ_FILTER, '0')
226 common_lib_utils.open_write_close(TRACE_MARKER, STOP_STRING)
[all …]
/external/autotest/frontend/afe/
Dmoblab_rpc_interface_unittest.py29 from autotest_lib.client.common_lib import utils as common_lib_utils unknown
377 self.mox.StubOutWithMock(common_lib_utils, 'run')
411 common_lib_utils.run('/path/to/gsutil',
430 self.mox.StubOutWithMock(common_lib_utils, 'run')
431 common_lib_utils.run('/path/to/gsutil',
439 error.CmdError("fakecommand", common_lib_utils.CmdResult(),
460 self.mox.StubOutWithMock(common_lib_utils, 'run')
461 common_lib_utils.run('/path/to/gsutil',
464 error.CmdError("fakecommand", common_lib_utils.CmdResult(), ""))
478 self.mox.StubOutWithMock(common_lib_utils, 'run')
[all …]