Home
last modified time | relevance | path

Searched defs:AllSystemServerJars (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/odrefresh/
H A Dodrefresh.h185 std::set<std::string> AllSystemServerJars() const { in AllSystemServerJars() function
H A Dodrefresh_test.cc437 TEST_F(OdRefreshTest, AllSystemServerJars) { in TEST_F() argument
/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go141 func (g *GlobalConfig) AllSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList { func