/external/webrtc/webrtc/test/ |
fake_audio_device.cc | 39 EXPECT_EQ(0, input_stream_->OpenFile(filename.c_str(), true, true))
|
/prebuilts/go/darwin-x86/src/net/ |
file_plan9.go | 73 ctl, err = os.OpenFile(dir+"/ctl", os.O_RDWR, 0) 96 fd.data, err = os.OpenFile(fd.dir+"/data", os.O_RDWR, 0)
|
udpsock_plan9.go | 103 l.data, err = os.OpenFile(l.dir+"/data", os.O_RDWR, 0) 140 l.data, err = os.OpenFile(l.dir+"/data", os.O_RDWR, 0)
|
ipsock_plan9.go | 124 f, err := os.OpenFile(clone, os.O_RDWR, 0) 206 data, err := os.OpenFile(netdir+"/"+proto+"/"+name+"/data", os.O_RDWR, 0) 260 ctl, err := os.OpenFile(netdir+"/"+fd.net+"/"+name+"/ctl", os.O_RDWR, 0) 265 data, err := os.OpenFile(netdir+"/"+fd.net+"/"+name+"/data", os.O_RDWR, 0)
|
/prebuilts/go/linux-x86/src/net/ |
file_plan9.go | 73 ctl, err = os.OpenFile(dir+"/ctl", os.O_RDWR, 0) 96 fd.data, err = os.OpenFile(fd.dir+"/data", os.O_RDWR, 0)
|
udpsock_plan9.go | 103 l.data, err = os.OpenFile(l.dir+"/data", os.O_RDWR, 0) 140 l.data, err = os.OpenFile(l.dir+"/data", os.O_RDWR, 0)
|
ipsock_plan9.go | 124 f, err := os.OpenFile(clone, os.O_RDWR, 0) 206 data, err := os.OpenFile(netdir+"/"+proto+"/"+name+"/data", os.O_RDWR, 0) 260 ctl, err := os.OpenFile(netdir+"/"+fd.net+"/"+name+"/ctl", os.O_RDWR, 0) 265 data, err := os.OpenFile(netdir+"/"+fd.net+"/"+name+"/data", os.O_RDWR, 0)
|
/external/tensorflow/tensorflow/go/ |
example_inception_inference_test.go | 260 file, err := os.OpenFile(filename, os.O_RDWR|os.O_CREATE, 0644) 281 dst, err := os.OpenFile(filepath.Join(dir, f.Name), os.O_WRONLY|os.O_CREATE, 0644)
|
/external/v8/src/ |
log-utils.cc | 53 OpenFile(log_file_name); 79 void Log::OpenFile(const char* name) {
|
/external/webrtc/webrtc/modules/audio_device/ |
audio_device_buffer.cc | 316 return (_recFile.OpenFile(fileName, false, false, false)); 349 return (_playFile.OpenFile(fileName, false, false, false));
|
/prebuilts/go/darwin-x86/src/cmd/buildid/ |
buildid.go | 80 f, err = os.OpenFile(file, os.O_WRONLY, 0)
|
/prebuilts/go/linux-x86/src/cmd/buildid/ |
buildid.go | 80 f, err = os.OpenFile(file, os.O_WRONLY, 0)
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
process_test.cc | 498 pb_file = OpenFile(pb_filename, "rb"); 501 far_file = OpenFile(far_filename, "rb"); 504 near_file = OpenFile(near_filename, "rb"); 506 event_file = OpenFile(event_filename, "rb"); 507 delay_file = OpenFile(delay_filename, "rb"); 508 drift_file = OpenFile(drift_filename, "rb"); 525 vad_out_file = OpenFile(vad_out_filename, "wb"); 529 ns_prob_file = OpenFile(ns_prob_filename, "wb"); 533 aecm_echo_path_in_file = OpenFile(aecm_echo_path_in_filename, "rb"); 550 aecm_echo_path_out_file = OpenFile(aecm_echo_path_out_filename, "wb") [all...] |
test_utils.cc | 99 FILE* OpenFile(const std::string& filename, const char* mode) {
|
test_utils.h | 87 FILE* OpenFile(const std::string& filename, const char* mode);
|
/external/webrtc/webrtc/base/ |
unixfilesystem.cc | 125 FileStream *UnixFilesystem::OpenFile(const Pathname &filename, 274 StreamInterface *source = OpenFile(old_path, "rb"); 278 StreamInterface *dest = OpenFile(new_path, "wb");
|
/external/webrtc/webrtc/system_wrappers/source/ |
trace_impl.cc | 300 if (trace_file_->OpenFile(file_name_with_counter_utf8, false, false, 306 if (trace_file_->OpenFile(file_name_utf8, false, false, true) == -1) { 391 if (trace_file_->OpenFile(new_file_name, false, false, true) == -1) {
|
file_impl.cc | 101 int FileWrapperImpl::OpenFile(const char* file_name_utf8, bool read_only,
|
/art/runtime/dex/ |
art_dex_file_loader.cc | 142 std::unique_ptr<const DexFile> dex_file(OpenFile(fd.Release(), 236 std::unique_ptr<const DexFile> dex_file(OpenFile(fd.Release(), 260 return OpenFile(fd, location, verify, verify_checksum, mmap_shared, error_msg); 280 std::unique_ptr<const DexFile> ArtDexFileLoader::OpenFile(int fd,
|
/external/clang/include/clang/Basic/ |
FileManager.h | 215 /// \param OpenFile if true and the file exists, it will be opened. 219 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
FileManager.h | 214 /// \param OpenFile if true and the file exists, it will be opened. 218 const FileEntry *getFile(StringRef Filename, bool OpenFile = false,
|