Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tools/
Dunwind_for_offline.cpp263 bool SaveData(pid_t tid, const std::filesystem::path& cwd, bool is_main_thread, FILE* output_fp) { in SaveData() function
430 if (!SaveData(proc.pid(), cwd, /*is_main_thread=*/proc.IsTracingThreads(), output_fp.get())) in main()
435 if (!SaveData(tid, cwd, /*is_main_thread=*/false, output_fp.get())) return EXIT_FAILURE; in main()