Home
last modified time | relevance | path

Searched defs:host_file (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/extras/torq/
H A Dcommand_executor.py122 def retrieve_perf_data(self, command, device, host_file): argument
184 def retrieve_perf_data(self, command, device, host_file): argument
H A Ddevice.py120 def pull_file(self, file_path, host_file): argument
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dutil.py17 def CompressFile(host_file, output): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py63 host_file='/dev/null', argument
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dvideo_recorder.py93 def Pull(self, host_file=None): argument
/aosp_15_r20/external/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c36 static const char *const host_file = "/etc/hosts"; variable
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb269 attr_accessor :host_file, :host_line accessor in ANTLR3.Test.InlineGrammar