Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1539 static std::vector<File> FileFdsToFileObjects(std::vector<int>&& fds) { in FileFdsToFileObjects() function
1641 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathFds)); in Init()
1649 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathImageFds)); in Init()
1651 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathVdexFds)); in Init()
1653 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathOatFds)); in Init()