Lines Matching defs:file
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
65 FILE* file = fopen(file_it->c_str(), "wb");
66 ASSERT_TRUE(file != NULL) << "Failed to write file: " << file_it->c_str();
67 ASSERT_GT(fprintf(file, "%s", "Dummy data"), 0);
68 fclose(file);
142 // Change current working dir to the root of the current file system
188 ASSERT_EQ(0u, webrtc::test::GetFileSize("non-existing-file.tmp"));