Searched refs:GetExecutableFilePath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/oatdump/ |
H A D | oatdump_test.h | 78 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 D | oatdump_test.cc | 95 const std::string dexdump = GetExecutableFilePath("dexdump", in TEST_P()
|