Home
last modified time | relevance | path

Searched defs:log_dir (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/common/
Dcfi_util.h52 static void ClearCfiLog(const char *log_tag, const char *log_dir) in ClearCfiLog()
115 static void FindDirAndCheck(DIR *dir, const char *log_tag, const char *log_dir, CallbackT &&callbac… in FindDirAndCheck()
136 static void FindAndCheck(const char *pattern, const char *log_tag, const char *log_dir) in FindAndCheck()
Dcheck_log.c89 void find_and_check_file(const char *log_dir, const char *file_tag, const char *pattern, bool regex… in find_and_check_file()
114 void clear_log(const char *log_dir, const char *file_tag) in clear_log()
/third_party/mindspore/mindspore-src/source/tests/ut/python/train/summary/
Dtest_summary_record.py64 def test_log_dir_with_type_error(self, log_dir): argument
88 def test_summary_collector_security_on(self, log_dir): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_admin.cc42 ds::Path log_dir = ds::Path(FLAGS_log_dir); in main() local
Dcache_main.cc164 ds::Path log_dir = ds::Path(FLAGS_log_dir); in StartServer() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/summary/
Dsummary_record.py188 def __init__(self, log_dir, file_prefix="events", file_suffix="_MS", num_process=32, argument
508 def log_dir(self): member in SummaryRecord
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/utils/
Dlogger.py65 def setup_logging_file(log_dir="./logs"): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dlog_adapter.cc911 std::string GetRealLogPath(const std::string &log_dir) { in MakeDirectory()
961 auto log_dir = mindspore::GetEnv("GLOG_log_dir"); local
998 std::string log_dir = mindspore::GetEnv("GLOG_log_dir"); local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc457 const char *log_dir = std::getenv("GLOG_log_dir"); in GlogLogDirRegister() local