Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc1506 static std::vector<File> FileFdsToFileObjects(std::vector<int>&& fds) { in FileFdsToFileObjects() function
1608 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathFds)); in Init()
1616 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathImageFds)); in Init()
1618 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathVdexFds)); in Init()
1620 FileFdsToFileObjects(runtime_options.ReleaseOrDefault(Opt::BootClassPathOatFds)); in Init()