Searched defs:log_path (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/build/hb/util/ |
H A D | log_util.py | 82 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 D | system_util.py | 35 … 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 D | build.py | 27 def exec_command(cmd, log_path='out/build.log', **kwargs): argument
|
/aosp12/system/update_engine/cros/ |
H A D | logging.cc | 39 void SetupLogSymlink(const string& symlink_path, const string& log_path) { in SetupLogSymlink()
|
/ohos5.0/build/test/example/ |
H A D | build_example.json | 9 "log_path": "/out/hispark_pegasus/wifiiot_hispark_pegasus/build.log", string
|
/aosp12/system/update_engine/aosp/ |
H A D | logging_android.cc | 84 string log_path = kLogsRoot + "/" + old_logs[i]; in DeleteOldLogs() local
|
/aosp12/system/bt/hci/src/ |
H A D | btsnoop.cc | 358 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 D | snoop_logger.cc | 91 void delete_btsnoop_files(const std::string& log_path) { in delete_btsnoop_files()
|
/aosp12/art/odrefresh/ |
H A D | odr_compilation_log_test.cc | 343 const char* log_path = scratch_file.GetFilename().c_str(); in TEST_F() local
|
/ohos5.0/build/hb/resources/ |
H A D | config.py | 289 def log_path(self): member in Config
|