Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodrefresh.cc1358 static bool ArgumentEquals(std::string_view argument, std::string_view expected) { in ArgumentEquals() function in art::odrefresh::OnDeviceRefresh
1364 if (ArgumentEquals(argument, kDryRunArgument)) { in InitializeCommonConfig()