Searched refs:format_path (Results 1 – 2 of 2) sorted by relevance
240 def format_path(path): function244 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/' +
247 std::string format_path = formats_dirname + format_name; in ParseEventFormats() local249 if (!android::base::ReadFileToString(format_path, &format_content)) { in ParseEventFormats()