Searched defs:GNIExporter (Results 1 – 1 of 1) sorted by relevance
61 type GNIExporter struct { struct62 workspaceDir string // The Bazel workspace path.63 fs interfaces.FileSystem // For filesystem interactions.64 exportGNIDescs []GNIExportDesc // The rules to export.424 func (e *GNIExporter) workspaceToAbsPath(wsPath string) string {432 func (e *GNIExporter) absToWorkspacePath(absPath string) (string, error) {464 …r) convertGNIFileList(desc GNIFileListExportDesc, qr *build.QueryResult) (gniFileContents, error) {540 func (e *GNIExporter) exportGNIFile(gniExportDesc GNIExportDesc, qr *build.QueryResult) error {582 func (e *GNIExporter) Export(qcmd interfaces.QueryCommand) error {