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

1 2

  /external/autotest/client/tests/tracing_microbenchmark/
base_tracer.py 17 utils.open_write_close(path, value)
  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 36 utils.open_write_close(path, '')
57 utils.open_write_close(parent_path, '')
70 utils.open_write_close(parent_path, '')
  /external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 29 utils.open_write_close(SYSFS_CONSOLE_SUSPEND, self.old_console_suspend)
  /external/autotest/client/cros/multimedia/
system_facade_native.py 52 utils.open_write_close(governor_path, mode)
usb_facade_native.py 152 base_utils.open_write_close(
154 base_utils.open_write_close(
414 base_utils.open_write_close(self._USB_BIND_FILE_PATH,
432 base_utils.open_write_close(self._USB_UNBIND_FILE_PATH,
  /external/autotest/client/tests/kvm/tests/
unittest_kvmctl.py 28 utils.open_write_close(result_file, results)
  /external/autotest/client/tests/tiobench/
tiobench.py 39 utils.open_write_close(results_path, results)
  /external/autotest/client/virt/tests/
iozone_windows.py 31 utils.open_write_close(results_path, results)
  /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/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 54 utils.open_write_close(sysfs_entry, vc_expect)
  /external/autotest/client/bin/
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 271 utils.open_write_close(installed_path, installed_packages)
337 utils.open_write_close(added_path, added_packages)
340 utils.open_write_close(removed_path, removed_packages)
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 118 utils.open_write_close(
130 utils.open_write_close(path, data)
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 110 utils.open_write_close(
  /external/autotest/client/cros/
ownership.py 115 utils.open_write_close(constants.OWNER_KEY_FILE,
268 utils.open_write_close(constants.OWNER_KEY_FILE,
382 utils.open_write_close(pem_key_file.name, pem_key)
crash_test.py 195 utils.open_write_close(self._MOCK_CRASH_SENDING, data)
224 utils.open_write_close(temp_file, 'test-consent')
241 utils.open_write_close(self._CRASH_TEST_IN_PROGRESS, 'in-progress')
342 utils.open_write_close(entry, contents)
storage.py 390 utils.open_write_close(path, urandom.read(size))
  /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/tests/iozone/
iozone.py 73 utils.open_write_close(self.results_path, self.results)
  /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/tests/unixbench5/
unixbench5.py 53 utils.open_write_close(self.results_path, self.report_data)
  /external/autotest/server/
crashcollect.py 158 utils.open_write_close(dest_path, result)
server_job.py 676 utils.open_write_close(client_control_file, control)
680 utils.open_write_close(server_control_file, control)
    [all...]

Completed in 656 milliseconds

1 2