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

1 2 3 4

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
file.i 20 OpenFile *of;
28 OpenFile *of;
35 OpenFile *of;
  /external/libchrome/sandbox/win/src/
policy_params.h 22 POLPARAMS_BEGIN(OpenFile)
28 POLPARAMS_END(OpenFile)
36 static_assert(OpenFile::NAME == static_cast<int>(FileName::NAME),
38 static_assert(OpenFile::BROKER == static_cast<int>(FileName::BROKER),
  /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,
proxydetect_unittest.cc 44 virtual FileStream* OpenFile(const Pathname& filename,
51 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
unixfilesystem.h 39 FileStream* OpenFile(const Pathname& filename,
fileutils.h 104 virtual FileStream *OpenFile(const Pathname &filename,
290 static FileStream *OpenFile(const Pathname &filename,
292 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
  /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) {
  /system/connectivity/shill/
file_reader.cc 37 file_.reset(base::OpenFile(file_path, "rb"));
  /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/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/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 37 HRESULT CFolderOutStream::OpenFile()
78 RINOK(OpenFile());
118 RINOK(OpenFile());
143 RINOK(OpenFile());
7zFolderOutStream.h 33 HRESULT OpenFile();
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.h 32 int OpenFile(const char* file_name_utf8,
  /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/v8/src/
log-utils.h 105 void OpenFile(const char* name);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 95 fd_t fd = OpenFile(tmpfile, WrOnly);
106 fd = OpenFile(tmpfile, RdOnly);
218 fd_t fd = OpenFile(tmpfile, RdWr);

Completed in 256 milliseconds

1 2 3 4