HomeSort by relevance Sort by last modified time
    Searched refs:OpenFile (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
file.i 20 OpenFile *of;
28 OpenFile *of;
35 OpenFile *of;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6405.go 12 return OpenFile() // ERROR "undefined: OpenFile"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6405.go 12 return OpenFile() // ERROR "undefined: OpenFile"
  /external/webrtc/webrtc/system_wrappers/include/
file_wrapper.h 36 virtual int OpenFile(const char* file_name_utf8,
70 // Rewinds the file to the start. Only available when OpenFile() has been
  /external/webrtc/webrtc/base/
fileutils_unittest.cc 34 fs = Filesystem::OpenFile(path, "wb");
42 fs = Filesystem::OpenFile(path, "rb");
60 FileStream* fs = Filesystem::OpenFile(path, "rb");
77 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "wb"));
win32filesystem.h 22 virtual FileStream *OpenFile(const Pathname &filename,
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.h 56 bool OpenFile(const std::string& file_name);
rtp_file_source.h 57 bool OpenFile(const std::string& file_name);
rtp_file_source.cc 31 RTC_CHECK(source->OpenFile(file_name));
89 bool RtpFileSource::OpenFile(const std::string& file_name) {
rtc_event_log_source.cc 66 RTC_CHECK(source->OpenFile(file_name));
122 bool RtcEventLogSource::OpenFile(const std::string& file_name) {
  /external/llvm/lib/Support/
DataStream.cpp 64 std::error_code OpenFile(const std::string &Filename) {
80 if (std::error_code e = s->OpenFile(Filename)) {
  /external/swiftshader/third_party/subzero/pnacl-llvm/
DataStream.cpp 64 std::error_code OpenFile(const std::string &Filename) {
80 if (std::error_code e = s->OpenFile(Filename)) {
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 47 bool OpenFile(const std::string& filename) {
97 EXPECT_FALSE(OpenFile("NotmeNotme"));
101 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
110 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
127 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
144 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
157 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
179 EXPECT_TRUE(OpenFile("1.frame_plus_1.byte"));
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector_unittest.cc 54 detect_file->OpenFile(
71 audio_file->OpenFile(
click_annotate.cc 44 pcm_file->OpenFile(argv[1], true, false, false);
51 dat_file->OpenFile(argv[2], false, false, false);
file_utils_unittest.cc 143 file->OpenFile(test_filename.c_str(),
187 file->OpenFile(test_filename.c_str(),
234 file->OpenFile(test_filename.c_str(),
279 file->OpenFile(test_filename.c_str(),
321 file->OpenFile(test_filename.c_str(),
364 file->OpenFile(kOutFileName.c_str(),
385 file->OpenFile(kOutFileName.c_str(),
411 file->OpenFile(kOutFileName.c_str(),
432 file->OpenFile(kOutFileName.c_str(),
458 file->OpenFile(kOutFileName.c_str()
    [all...]
wpd_tree_unittest.cc 98 matlab_files_data[i]->OpenFile(matlab_string.c_str(),
113 out_files_data[i]->OpenFile(out_string.c_str(),
128 test_file->OpenFile(test_file_name.c_str(),
  /external/perfetto/src/base/
file_utils.cc 34 base::ScopedFile fd = base::OpenFile(path.c_str(), O_RDONLY);
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.h 32 int OpenFile(const char* file_name_utf8,
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix_test.go 31 f, err := os.OpenFile("exec_me", os.O_CREATE|os.O_EXCL, 0700)
33 t.Fatal("OpenFile failed: ", err)
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix_test.go 31 f, err := os.OpenFile("exec_me", os.O_CREATE|os.O_EXCL, 0700)
33 t.Fatal("OpenFile failed: ", err)
  /external/perfetto/src/ftrace_reader/
ftrace_procfs.cc 203 base::ScopedFile fd = base::OpenFile(path, O_WRONLY);
216 return base::OpenFile(path, O_RDONLY | O_NONBLOCK);
220 base::ScopedFile fd = base::OpenFile(path, O_RDONLY);
229 base::ScopedFile fd = base::OpenFile(path, O_WRONLY | O_TRUNC);
245 base::ScopedFile fd = base::OpenFile(root + "trace", O_RDONLY);
  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 76 FILE* debug_file = OpenFile(argv[1], "rb");
93 FILE* settings_file = OpenFile(FLAGS_settings_file, "wb");
189 static FILE* delay_file = OpenFile(FLAGS_delay_file, "wb");
199 static FILE* drift_file = OpenFile(FLAGS_drift_file, "wb");
209 static FILE* level_file = OpenFile(FLAGS_level_file, "wb");
219 static FILE* keypress_file = OpenFile(FLAGS_keypress_file, "wb");
  /external/perfetto/include/perfetto/base/
scoped_file.h 72 inline static ScopedFile OpenFile(const std::string& path, int flags) {
  /external/v8/src/
log-utils.h 106 void OpenFile(const char* name);

Completed in 642 milliseconds

1 2 3 4 5 6 7 8 9