Home | History | Annotate | Download | only in compiler

Lines Matching defs:file_contents

390   string file_contents;
391 if (!File::ReadFileToString(path, &file_contents)) {
394 if (!descriptor_set->ParseFromString(file_contents)) {