/external/pdfium/fpdfsdk/ |
cpdfsdk_formfillenvironment.cpp | 436 FPDF_FILEHANDLER* CPDFSDK_FormFillEnvironment::OpenFile(int fileType,
|
/external/webrtc/webrtc/modules/media_file/ |
media_file_utility.cc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
amstream.h | 401 virtual HRESULT STDMETHODCALLTYPE OpenFile( 495 HRESULT (STDMETHODCALLTYPE *OpenFile)( 537 #define IAMMultiMediaStream_OpenFile(This,pszFileName,dwFlags) (This)->lpVtbl->OpenFile(This,pszFileName,dwFlags) 593 return This->lpVtbl->OpenFile(This,pszFileName,dwFlags); [all...] |
/prebuilts/go/darwin-x86/misc/cgo/testshared/ |
shared_test.go | 807 f, err := os.OpenFile(path, os.O_WRONLY|os.O_APPEND, 0660) 809 t.Fatalf("os.OpenFile failed: %v", err)
|
/prebuilts/go/linux-x86/misc/cgo/testshared/ |
shared_test.go | 807 f, err := os.OpenFile(path, os.O_WRONLY|os.O_APPEND, 0660) 809 t.Fatalf("os.OpenFile failed: %v", err)
|
/art/dex2oat/ |
dex2oat.cc | [all...] |
/external/stressapptest/src/ |
worker.cc | [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 163 rtc::Filesystem::OpenFile(path, "rb")); 199 rtc::Filesystem::OpenFile(path, "wb")); [all...] |
/prebuilts/go/darwin-x86/misc/ios/ |
go_darwin_arm_exec.go | 104 lock, err = os.OpenFile(lockName, os.O_CREATE|os.O_RDONLY, 0666)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
rewrite.go | 536 w, err := os.OpenFile(filepath.Join(os.Getenv("GOROOT"), "src", "rulelog"),
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
gc.go | 300 dst, err := os.OpenFile(afile, os.O_WRONLY|os.O_APPEND, 0)
|
exec.go | [all...] |
buildid.go | 573 w, err := os.OpenFile(target, os.O_WRONLY, 0)
|
/prebuilts/go/darwin-x86/src/os/ |
file_plan9.go | 82 // openFileNolog is the Plan 9 implementation of OpenFile.
|
os_windows_test.go | 645 f, err := os.OpenFile(p, os.O_CREATE, 0400)
|
os_test.go | [all...] |
/prebuilts/go/linux-x86/misc/ios/ |
go_darwin_arm_exec.go | 104 lock, err = os.OpenFile(lockName, os.O_CREATE|os.O_RDONLY, 0666)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
rewrite.go | 536 w, err := os.OpenFile(filepath.Join(os.Getenv("GOROOT"), "src", "rulelog"),
|
/prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
gc.go | 300 dst, err := os.OpenFile(afile, os.O_WRONLY|os.O_APPEND, 0)
|
exec.go | [all...] |
/prebuilts/go/linux-x86/src/os/ |
file_plan9.go | 82 // openFileNolog is the Plan 9 implementation of OpenFile.
|
os_windows_test.go | 645 f, err := os.OpenFile(p, os.O_CREATE, 0400)
|
os_test.go | [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/test/ |
func_test_manager.cc | 173 return (_playFile.OpenFile(fileName, true, true, false)); [all...] |