Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_utils_test.cpp486 std::string compiled_java_path = "compiled_java" + std::string(suffix); in TEST_F() local
487 SetSymbols(compiled_java_path, DSO_ELF_FILE, in TEST_F()
489 thread_tree.AddThreadMap(1, 1, 0x4000, 0x1000, 0x0, compiled_java_path); in TEST_F()
501 ASSERT_EQ(entries[0].dso->Path(), compiled_java_path); in TEST_F()