Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp86 bool CreateAndChangeDumpDir(std::filesystem::path thread_dir, pid_t tid, bool is_main_thread) { in CreateAndChangeDumpDir() argument
89 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()