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

1 2

  /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/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 37 HRESULT CFolderOutStream::OpenFile()
78 RINOK(OpenFile());
118 RINOK(OpenFile());
143 RINOK(OpenFile());
  /external/webrtc/webrtc/base/
proxydetect_unittest.cc 44 virtual FileStream* OpenFile(const Pathname& filename,
51 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
fileutils.h 104 virtual FileStream *OpenFile(const Pathname &filename,
290 static FileStream *OpenFile(const Pathname &filename,
292 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
fileutils_mock.h 138 virtual FileStream * OpenFile(
unixfilesystem.cc 125 FileStream *UnixFilesystem::OpenFile(const Pathname &filename,
274 StreamInterface *source = OpenFile(old_path, "rb");
278 StreamInterface *dest = OpenFile(new_path, "wb");
win32filesystem.cc 64 FileStream *Win32Filesystem::OpenFile(const Pathname &filename,
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
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/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/v8/src/
log-utils.cc 53 OpenFile(log_file_name);
79 void Log::OpenFile(const char* name) {
  /external/webrtc/webrtc/modules/audio_processing/test/
test_utils.cc 99 FILE* OpenFile(const std::string& filename, const char* mode) {
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 101 int FileWrapperImpl::OpenFile(const char* file_name_utf8, bool read_only,
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 81 // OpenFile is the generalized open call; most users will use Open
86 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
file_plan9.go 78 // OpenFile is the generalized open call; most users will use Open
83 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
file_windows.go 88 func openFile(name string, flag int, perm FileMode) (file *File, err error) {
145 // OpenFile is the generalized open call; most users will use Open
150 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
154 r, errf := openFile(name, flag, perm)
408 f, e := OpenFile(name, O_WRONLY|O_CREATE, 0666)
  /prebuilts/go/linux-x86/src/os/
file_unix.go 81 // OpenFile is the generalized open call; most users will use Open
86 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
file_plan9.go 78 // OpenFile is the generalized open call; most users will use Open
83 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
file_windows.go 88 func openFile(name string, flag int, perm FileMode) (file *File, err error) {
145 // OpenFile is the generalized open call; most users will use Open
150 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
154 r, errf := openFile(name, flag, perm)
408 f, e := OpenFile(name, O_WRONLY|O_CREATE, 0666)
  /frameworks/native/services/vr/performanced/
cpu_set.cpp 206 return OpenFile(prefix_enabled_ ? "cpuset." + name : name);
213 base::unique_fd CpuSet::OpenFile(const std::string& name, int flags) const {
237 auto file = OpenFile("tasks", O_RDWR);
  /prebuilts/go/darwin-x86/test/ken/
rob2.go 82 OpenFile()
275 func OpenFile() {
  /prebuilts/go/linux-x86/test/ken/
rob2.go 82 OpenFile()
275 func OpenFile() {
  /external/boringssl/src/tool/
digest.cc 82 // OpenFile opens the regular file named |filename| and sets |*out_fd| to be a
85 static bool OpenFile(int *out_fd, const std::string &filename) {
128 if (!OpenFile(&fd, source.filename())) {
231 if (!OpenFile(&fd, source.filename())) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 208 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) {
251 fd_t fd = OpenFile(file_name, RdOnly);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 456 FPDF_FILEHANDLER* CPDFSDK_FormFillEnvironment::OpenFile(int fileType,

Completed in 530 milliseconds

1 2