Home
last modified time | relevance | path

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

/art/artd/
Dartd.h315 android::base::Result<void> PreRebootInitDeriveClasspath(const std::string& path);
Dartd.cc1786 OR_RETURN_NON_FATAL(PreRebootInitDeriveClasspath(classpath_file)); in preRebootInit()
1849 Result<void> Artd::PreRebootInitDeriveClasspath(const std::string& path) { in PreRebootInitDeriveClasspath() function in art::artd::Artd