Home
last modified time | relevance | path

Searched refs:__log_file (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/realtime/scripts/
Dparser.py37 self.__log_file = open(log_file, "r")
42 for line in self.__log_file.read().split("\n"):
44 self.__log_file.close()
/third_party/rust/crates/log/src/
Dmacros.rs39 &($target, __log_module_path!(), __log_file!(), __log_line!()),
52 &($target, __log_module_path!(), __log_file!(), __log_line!()),
255 macro_rules! __log_file { macro