Searched refs:bcp_vdex_fds (Results 1 – 1 of 1) sorted by relevance
473 std::vector<std::string> bcp_vdex_fds; in AddCompiledBootClasspathFdsIfAny() local503 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()