Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/vm/
H A Dvm_stress.cpp428 T_LOG("%s%s%d", prefix.c_str(), (isLast ? "└── " : "├── "), id); in print_as_tree()
496 fd = open(slow_file.c_str(), O_CREAT | O_RDWR, S_IWUSR | S_IRUSR); in open_file_slow_paging()
501 T_LOG("File created in slow ramdisk: %s\n", slow_file.c_str()); in open_file_slow_paging()
511 strcpy(template_filename, template_str.c_str()); in open_file()
744 T_LOG("topology: %s", topo_to_string().c_str()); in create_seq()
1081 T_LOG("Starting thread: %s", thread_name.c_str()); in print_thread_started()
1158 …T_LOG("%16s: successes %7d :|: fails: %7d", Mapping::ops[i].second.c_str(), op_status_counters[i].… in print_op_counts()
/xnu-12377.1.9/tools/kt-dump/
H A Dkt-dump.cpp684 path.c_str(), in do_file()
686 compressed_kc.c_str(), in do_file()
697 compressed_kc.c_str(), in do_file()
699 uncompressed_kc.c_str(), in do_file()
/xnu-12377.1.9/tests/
H A Dcorpse_backtrace.c90 const char *c_str = (const char *)kcdata_iter_payload(btdata); in exc_handler_backtrace() local
91 T_LOG("Found TASK_BTINFO_PROC_PATH: %s", c_str); in exc_handler_backtrace()