Home
last modified time | relevance | path

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

/system/iorap/src/db/
Dfile_models.h100 static PerfettoTraceFileModel CalculateNewestFilePath(VersionedComponentName vcn);
118 static CompiledTraceFileModel CalculateNewestFilePath(VersionedComponentName vcn);
Dfile_models.cc124 PerfettoTraceFileModel PerfettoTraceFileModel::CalculateNewestFilePath(VersionedComponentName vcn) { in CalculateNewestFilePath() function in iorap::db::PerfettoTraceFileModel
186 CompiledTraceFileModel CompiledTraceFileModel::CalculateNewestFilePath(VersionedComponentName vcn) { in CalculateNewestFilePath() function in iorap::db::CompiledTraceFileModel
/system/iorap/src/maintenance/
Dcontroller.cc58 db::CompiledTraceFileModel CalculateNewestFilePath( in CalculateNewestFilePath() function
66 db::CompiledTraceFileModel::CalculateNewestFilePath(versioned_component_name); in CalculateNewestFilePath()
294 CalculateNewestFilePath(package_name, activity_name, version); in CompileActivity()
/system/iorap/src/manager/
Devent_manager.cc524 db::PerfettoTraceFileModel::CalculateNewestFilePath(versioned_component_name); in StartTracing()