Searched refs:bcp_vdex_fds (Results 1 – 1 of 1) sorted by relevance
541 std::vector<std::string> bcp_vdex_fds; in AddCompiledBootClasspathFdsIfAny() local585 bcp_vdex_fds.push_back(std::to_string(vdex_file->Fd())); in AddCompiledBootClasspathFdsIfAny()589 bcp_vdex_fds.push_back("-1"); in AddCompiledBootClasspathFdsIfAny()600 args.AddRuntime("-Xbootclasspathvdexfds:%s", Join(bcp_vdex_fds, ':')); in AddCompiledBootClasspathFdsIfAny()