Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.cpp33 static const char *GetDumpFilePath() in GetDumpFilePath() function
129 LOG(ERROR, RUNTIME) << "DetailAllocTracker::Dump to " << GetDumpFilePath(); in Dump()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
132 LOG(ERROR, RUNTIME) << "DetailAllocTracker: Cannot open " << GetDumpFilePath() in Dump()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.cpp33 static const char *GetDumpFilePath() in GetDumpFilePath() function
129 LOG(ERROR, RUNTIME) << "DetailAllocTracker::Dump to " << GetDumpFilePath(); in Dump()
130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
132 LOG(ERROR, RUNTIME) << "DetailAllocTracker: Cannot open " << GetDumpFilePath() in Dump()