Lines Matching defs:file
5 * found in the LICENSE file.
34 "Dump SKP and count of unknown images to the specified JSON file. Will not be "
91 SkFILEWStream file(path.c_str());
92 file.write(ptr, len);
126 static bool get_images_from_file(const SkString& file) {
127 Sniffer sniff(file.c_str());
128 auto stream = SkStream::MakeFromFile(file.c_str());
155 for (SkString file; iter.next(&file); ) {
156 if (!get_images_from_file(SkOSPath::Join(inputs, file.c_str()))) {