Searched refs:format_path (Results 1 – 3 of 3) 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()
953 static bool format_path(char* buf, size_t buf_size, const char* path, const char* name) { in format_path() function994 if (!format_path(buf, sizeof(buf), path.c_str(), name)) { in open_library_on_paths()