Home | History | Annotate | Download | only in oatdump

Lines Matching refs:Flavor

67   // Linking flavor.
68 enum Flavor {
87 std::string GetExecutableFilePath(Flavor flavor, const char* name) {
88 return GetExecutableFilePath(name, kIsDebugBuild, flavor == kStatic);
120 ::testing::AssertionResult GenerateAppOdexFile(Flavor flavor,
122 std::string dex2oat_path = GetExecutableFilePath(flavor, "dex2oat");
160 ::testing::AssertionResult Exec(Flavor flavor,
164 std::string file_path = GetExecutableFilePath(flavor, "oatdump");