Home
last modified time | relevance | path

Searched defs:log_path (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/build/hb/util/
H A Dlog_util.py82 def write_log(log_path, msg, level): argument
120 def get_gn_failed_log(log_path): argument
142 def get_ninja_failed_log(log_path): argument
162 def get_compiler_failed_log(log_path): argument
185 def get_failed_log(log_path): argument
H A Dsystem_util.py35 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): argument
/ohos5.0/build/lite/ndk/build/
H A Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs): argument
/aosp12/system/update_engine/cros/
H A Dlogging.cc39 void SetupLogSymlink(const string& symlink_path, const string& log_path) { in SetupLogSymlink()
/ohos5.0/build/test/example/
H A Dbuild_example.json9 "log_path": "/out/hispark_pegasus/wifiiot_hispark_pegasus/build.log", string
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc84 string log_path = kLogsRoot + "/" + old_logs[i]; in DeleteOldLogs() local
/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc358 auto log_path = get_btsnoop_log_path(filtered); in delete_btsnoop_files() local
384 auto log_path = get_btsnoop_log_path(is_btsnoop_filtered); in open_next_snoop_file() local
/aosp12/system/bt/gd/hal/
H A Dsnoop_logger.cc91 void delete_btsnoop_files(const std::string& log_path) { in delete_btsnoop_files()
/aosp12/art/odrefresh/
H A Dodr_compilation_log_test.cc343 const char* log_path = scratch_file.GetFilename().c_str(); in TEST_F() local
/ohos5.0/build/hb/resources/
H A Dconfig.py289 def log_path(self): member in Config