OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpenFile
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/src/system_wrappers/source/
file_impl.cc
117
WebRtc_Word32 FileWrapperImpl::
OpenFile
(const WebRtc_Word8 *fileNameUTF8,
/external/chromium/base/
file_util.cc
154
FILE* file =
OpenFile
(path, "rb");
389
FILE*
OpenFile
(const std::wstring& filename, const char* mode) {
390
return
OpenFile
(FilePath::FromWStringHack(filename), mode);
file_util_posix.cc
541
FILE*
OpenFile
(const std::string& filename, const char* mode) {
542
return
OpenFile
(FilePath(filename), mode);
545
FILE*
OpenFile
(const FilePath& filename, const char* mode) {
file_util_win.cc
594
return
OpenFile
(*path, "wb+");
728
FILE*
OpenFile
(const FilePath& filename, const char* mode) {
734
FILE*
OpenFile
(const std::string& filename, const char* mode) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
121
virtual FileStream *
OpenFile
(const Pathname &filename,
309
static FileStream *
OpenFile
(const Pathname &filename,
311
return EnsureDefaultFilesystem()->
OpenFile
(filename, mode);
unixfilesystem.cc
124
FileStream *UnixFilesystem::
OpenFile
(const Pathname &filename,
272
StreamInterface *source =
OpenFile
(old_path, "rb");
276
StreamInterface *dest =
OpenFile
(new_path, "wb");
win32filesystem.cc
80
FileStream *Win32Filesystem::
OpenFile
(const Pathname &filename,
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.h
97
int (*
OpenFile
)(struct S_AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileSize);
/external/v8/src/
log-utils.cc
219
OpenFile
(*expanded);
221
OpenFile
(FLAG_logfile);
239
void Log::
OpenFile
(const char* name) {
/external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc
100
if (!
OpenFile
()) {
157
bool
OpenFile
() {
/external/sonivox/jet_tools/JetCreator/
eas.py
638
def
OpenFile
(self, path):
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 849 milliseconds