Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.h74 std::string GetExecutableFilePath(const char* name, bool is_debug, bool is_static, bool bitness) { in GetExecutableFilePath() function
88 std::string GetExecutableFilePath(Flavor flavor, const char* name, bool bitness) { in GetExecutableFilePath() function
89 return GetExecutableFilePath(name, kIsDebugBuild, flavor == Flavor::kStatic, bitness); in GetExecutableFilePath()
131 GetExecutableFilePath(flavor, "dex2oat", /* bitness= */ kIsTargetBuild); in GenerateAppOdexFile()
174 std::string file_path = GetExecutableFilePath(flavor, "oatdump", /* bitness= */ false);
Doatdump_test.cc95 const std::string dexdump = GetExecutableFilePath("dexdump", in TEST_F()