Home
last modified time | relevance | path

Searched defs:log_dir (Results 1 – 12 of 12) 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/lite/test/st/ops/frame/
Dconfigs.py10 log_dir = os.path.dirname(log_path) variable
/third_party/grpc/src/csharp/Grpc.Tools.Tests/scripts/
Dfakeprotoc.py177 def _write_or_update_results_json(log_dir, protofile, protoc_arg_dict): 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
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py4110 log_dir = os.path.join(_TEST_LOG_BASE_DIR, test_case) variable