Home
last modified time | relevance | path

Searched defs:log_to_file (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/system/update_engine/aosp/
H A Dlogging_android.cc195 CombinedLogger(bool log_to_system, bool log_to_file) { in CombinedLogger()
286 void SetupLogging(bool log_to_system, bool log_to_file) { in SetupLogging()
/aosp_15_r20/system/update_engine/
H A Dmain.cc51 bool log_to_file = FLAGS_logtofile || !FLAGS_logtostderr; in main() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
Dbisect_driver.py77 def log_to_file(path, execargs, link_from=None, link_to=None): function
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbisect_driver.py88 def log_to_file(path, execargs, link_from=None, link_to=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
Dbisect_driver.py77 def log_to_file(path, execargs, link_from=None, link_to=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dbisect_driver.py77 def log_to_file(path, execargs, link_from=None, link_to=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
Dbisect_driver.py77 def log_to_file(path, execargs, link_from=None, link_to=None): function
/aosp_15_r20/external/dnsmasq/src/
H A Dlog.c39 static int log_to_file = 0; variable
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperator_inp_utils.py185 def log_to_file(self, output_filename, *, skip_non_compute_operators=True): member in OperatorInputsMode
/aosp_15_r20/external/angle/build/android/
H A Dfast_local_dev_server.py69 def log_to_file(message: str, build_id: str): function
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp8922 const bool log_to_file = Button("Log To File"); SameLine(); in LogButtons() local