Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile.cc59 tracing_path_(other.tracing_path_), in File()
72 tracing_path_ = other.tracing_path_; in operator =()
93 tracing_path_ = path; in Initialize()
Dfile_tracing.cc62 GetProvider()->FileTracingEventBegin(name_, id_, file->tracing_path_, size); in Initialize()
Dfile.h367 FilePath tracing_path_; variable