Home
last modified time | relevance | path

Searched defs:trace_file (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc387 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str()); in ZygoteHooks_nativePostForkChild() local
/art/runtime/
Dtrace.cc372 std::unique_ptr<File, decltype(deleter)> trace_file(trace_file_in.release(), deleter); in Start() local
550 Trace::Trace(File* trace_file, in Trace()
Druntime.cc208 std::string trace_file; member