Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/test/
H A 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/' +
/aosp12/system/extras/simpleperf/
H A 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()
/aosp12/bionic/linker/
H A Dlinker.cpp953 static bool format_path(char* buf, size_t buf_size, const char* path, const char* name) { in format_path() function
994 if (!format_path(buf, sizeof(buf), path.c_str(), name)) { in open_library_on_paths()