Home
last modified time | relevance | path

Searched refs:open_write_close (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/client/bin/
Dfps_meter.py109 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)
Dtest.py75 utils.open_write_close(self.debugdir_tmp_file, self.debugdir + "\n")
98 utils.open_write_close(self.pattern_file,
Dbase_sysinfo.py311 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/platform_CryptohomeNonDirs/
Dplatform_CryptohomeNonDirs.py38 utils.open_write_close(path, '')
59 utils.open_write_close(parent_path, '')
72 utils.open_write_close(parent_path, '')
/external/autotest/client/cros/multimedia/
Dusb_facade_native.py151 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,
Dsystem_facade_native.py53 utils.open_write_close(governor_path, mode)
/external/autotest/client/cros/
Downership.py115 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)
Dstorage.py389 utils.open_write_close(path, urandom.read(size))
/external/autotest/client/site_tests/power_Thermal/
Dpower_Thermal.py164 utils.open_write_close(
214 utils.open_write_close(gov_file, target)
369 utils.open_write_close(gov_file, gov)
/external/autotest/client/cros/crash/
Dcrash_test.py190 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/tracing_microbenchmark/
Dbase_tracer.py17 utils.open_write_close(path, value)
/external/autotest/client/site_tests/power_CPUFreq/
Dpower_CPUFreq.py133 utils.open_write_close(SYSFS_CPUQUIET_ENABLE,
156 utils.open_write_close(path, data)
/external/autotest/client/site_tests/power_NoConsoleSuspend/
Dpower_NoConsoleSuspend.py30 utils.open_write_close(SYSFS_CONSOLE_SUSPEND, self.old_console_suspend)
/external/autotest/client/tests/hackbench/
Dhackbench.py45 utils.open_write_close(path, raw_output)
/external/autotest/client/tests/tiobench/
Dtiobench.py39 utils.open_write_close(results_path, results)
/external/autotest/client/site_tests/kernel_VbootContextEC/
Dkernel_VbootContextEC.py54 utils.open_write_close(sysfs_entry, vc_expect)
/external/autotest/client/tests/connectathon/
Dconnectathon.py55 utils.open_write_close(self.results_path, self.results)
/external/autotest/client/tests/unixbench5/
Dunixbench5.py53 utils.open_write_close(self.results_path, self.report_data)
/external/autotest/client/site_tests/platform_MemoryPressure/
Dplatform_MemoryPressure.py371 utils.open_write_close(SYSFS_MARGIN_FILENAME,
382 utils.open_write_close(SYSFS_MARGIN_FILENAME, str(original_margin))
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dpower_HotCPUSuspend.py110 utils.open_write_close(
/external/autotest/client/tests/iozone/
Diozone.py74 utils.open_write_close(self.results_path, self.results)
/external/autotest/client/site_tests/platform_MetricsUploader/
Dplatform_MetricsUploader.py207 utils.open_write_close(self._CONSENT_FILE, 'foo')
/external/autotest/client/cros/power/
Dpower_suspend.py133 utils.open_write_close(self.HWCLOCK_FILE, '')
522 utils.open_write_close(self.HWCLOCK_FILE, '')
/external/autotest/client/tests/ffsb/
Dffsb.py181 utils.open_write_close(self.results_path, self.results)
/external/autotest/server/
Dserver_job.py809 utils.open_write_close(client_control_file, control)
813 utils.open_write_close(server_control_file, control)
1339 utils.open_write_close(MACHINES_FILENAME, machines_text)

12