Searched refs:thread_dir (Results 1 – 1 of 1) sorted by relevance
86 bool CreateAndChangeDumpDir(std::filesystem::path thread_dir, pid_t tid, bool is_main_thread) { in CreateAndChangeDumpDir() argument89 thread_dir /= dir_name; in CreateAndChangeDumpDir()90 if (!std::filesystem::create_directory(thread_dir)) { in CreateAndChangeDumpDir()94 std::filesystem::current_path(thread_dir); in CreateAndChangeDumpDir()