HomeSort by relevance Sort by last modified time
    Searched refs:open_write_close (Results 1 - 25 of 28) sorted by null

1 2

  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 38 utils.open_write_close(path, '')
59 utils.open_write_close(parent_path, '')
72 utils.open_write_close(parent_path, '')
  /external/autotest/client/tests/tracing_microbenchmark/
base_tracer.py 17 utils.open_write_close(path, value)
  /external/autotest/client/bin/
fps_meter.py 109 atexit.register(common_lib_utils.open_write_close, filename, orig)
110 common_lib_utils.open_write_close(filename, value)
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)
228 common_lib_utils.open_write_close(TRACE_MARKER, NOTIFY_STRING)
test.py 75 utils.open_write_close(self.debugdir_tmp_file, self.debugdir + "\n")
98 utils.open_write_close(self.pattern_file,
base_sysinfo.py 311 utils.open_write_close(installed_path, installed_packages)
381 utils.open_write_close(added_path, added_packages)
384 utils.open_write_close(removed_path, removed_packages)
  /external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 30 utils.open_write_close(SYSFS_CONSOLE_SUSPEND, self.old_console_suspend)
  /external/autotest/client/cros/multimedia/
system_facade_native.py 53 utils.open_write_close(governor_path, mode)
usb_facade_native.py 151 utils.open_write_close(
153 utils.open_write_close(
413 utils.open_write_close(self._USB_BIND_FILE_PATH,
431 utils.open_write_close(self._USB_UNBIND_FILE_PATH,
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 54 utils.open_write_close(sysfs_entry, vc_expect)
  /external/autotest/client/tests/connectathon/
connectathon.py 55 utils.open_write_close(self.results_path, self.results)
  /external/autotest/client/tests/hackbench/
hackbench.py 45 utils.open_write_close(path, raw_output)
  /external/autotest/client/tests/tiobench/
tiobench.py 39 utils.open_write_close(results_path, results)
  /external/autotest/client/cros/
ownership.py 115 utils.open_write_close(constants.OWNER_KEY_FILE,
253 utils.open_write_close(constants.OWNER_KEY_FILE,
367 utils.open_write_close(pem_key_file.name, pem_key)
storage.py 389 utils.open_write_close(path, urandom.read(size))
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 110 utils.open_write_close(
  /external/autotest/client/tests/unixbench5/
unixbench5.py 53 utils.open_write_close(self.results_path, self.report_data)
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 133 utils.open_write_close(SYSFS_CPUQUIET_ENABLE,
156 utils.open_write_close(path, data)
  /external/autotest/client/cros/crash/
crash_test.py 190 utils.open_write_close(self._MOCK_CRASH_SENDING, data)
219 utils.open_write_close(temp_file, 'test-consent')
236 utils.open_write_close(self._CRASH_TEST_IN_PROGRESS, 'in-progress')
345 utils.open_write_close(entry, contents)
  /external/autotest/client/tests/iozone/
iozone.py 74 utils.open_write_close(self.results_path, self.results)
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 371 utils.open_write_close(SYSFS_MARGIN_FILENAME,
382 utils.open_write_close(SYSFS_MARGIN_FILENAME, str(original_margin))
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 164 utils.open_write_close(
214 utils.open_write_close(gov_file, target)
369 utils.open_write_close(gov_file, gov)
  /external/autotest/client/site_tests/platform_MetricsUploader/
platform_MetricsUploader.py 207 utils.open_write_close(self._CONSENT_FILE, 'foo')
  /external/autotest/client/tests/ffsb/
ffsb.py 181 utils.open_write_close(self.results_path, self.results)
  /external/autotest/client/cros/power/
power_suspend.py 133 utils.open_write_close(self.HWCLOCK_FILE, '')
522 utils.open_write_close(self.HWCLOCK_FILE, '')
  /external/autotest/server/
crashcollect.py 315 utils.open_write_close(dest_path, result)

Completed in 1115 milliseconds

1 2