Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc473 std::vector<std::string> bcp_vdex_fds; in AddCompiledBootClasspathFdsIfAny() local
503 bcp_vdex_fds.push_back(std::to_string(vdex_file->Fd())); in AddCompiledBootClasspathFdsIfAny()
507 bcp_vdex_fds.push_back("-1"); in AddCompiledBootClasspathFdsIfAny()
522 Concatenate({"-Xbootclasspathvdexfds:", android::base::Join(bcp_vdex_fds, ':')})); in AddCompiledBootClasspathFdsIfAny()