Searched refs:bcp_packages (Results 1 – 1 of 1) sorted by relevance
1186 const std::string& bcp_packages = config_.GetUpdatableBcpPackagesFile(); in CompileSystemServerArtifacts() local1187 if (!OS::FileExists(bcp_packages.c_str())) { in CompileSystemServerArtifacts()1188 *error_msg = "Cannot compile system_server JARs: missing " + QuotePath(bcp_packages); in CompileSystemServerArtifacts()1193 args.emplace_back("--updatable-bcp-packages-file=" + bcp_packages); in CompileSystemServerArtifacts()