Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dtools_test.py240 def format_path(path): function
244 format_path('SimpleperfExampleWithNative/app/src/main/cpp/native-lib.cpp'),
248 format_path('SimpleperfExampleWithNative/app/src/main/cpp/native-lib.cpp'),
252 format_path('SimpleperfExampleWithNative/app/src/main/java/com/example/' +
257 format_path('SimpleperfExampleOfKotlin/app/src/main/java/com/example/' +
/system/extras/simpleperf/
Devent_type.cpp247 std::string format_path = formats_dirname + format_name; in ParseEventFormats() local
249 if (!android::base::ReadFileToString(format_path, &format_content)) { in ParseEventFormats()