Home
last modified time | relevance | path

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

/aosp_15_r20/art/oatdump/
H A Doatdump_test.h78 static std::string GetExecutableFilePath(const char* name, in GetExecutableFilePath() function
95 static std::string GetExecutableFilePath(Flavor flavor, const char* name, bool bitness) { in GetExecutableFilePath() function
96 return GetExecutableFilePath(name, kIsDebugBuild, flavor == Flavor::kStatic, bitness); in GetExecutableFilePath()
137 GetExecutableFilePath(flavor, "dex2oat", /* bitness= */ kIsTargetBuild);
180 std::string file_path = GetExecutableFilePath(flavor, "oatdump", /* bitness= */ false);
H A Doatdump_test.cc95 const std::string dexdump = GetExecutableFilePath("dexdump", in TEST_P()