OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closefile
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/chromium/base/
perftimer.cc
34
file_util::
CloseFile
(perf_log_file);
event_recorder.cc
66
file_util::
CloseFile
(file_);
87
file_util::
CloseFile
(file_);
111
file_util::
CloseFile
(file_);
153
file_util::
CloseFile
(file_);
file_util.cc
165
CloseFile
(file);
225
bool
CloseFile
(FILE* file) {
/external/webrtc/src/system_wrappers/source/
file_impl.cc
48
WebRtc_Word32 FileWrapperImpl::
CloseFile
()
204
CloseFile
();
239
CloseFile
();
263
CloseFile
();
file_impl.h
35
virtual WebRtc_Word32
CloseFile
();
/external/chromium/net/disk_cache/
cache_util_unittest.cc
25
file_util::
CloseFile
(fp);
28
file_util::
CloseFile
(fp);
/external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp
90
void
closeFile
(PlatformFileHandle& handle)
92
return PlatformBridge::
closeFile
(handle);
/external/chromium/webkit/glue/
webfileutilities_impl.h
35
virtual void
closeFile
(base::PlatformFile& handle);
webfileutilities_impl.cc
118
void WebFileUtilitiesImpl::
closeFile
(base::PlatformFile& handle) {
/external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.cc
115
debug_file_->
CloseFile
();
501
if (debug_file_->
CloseFile
() == -1) {
507
debug_file_->
CloseFile
();
512
debug_file_->
CloseFile
();
534
if (debug_file_->
CloseFile
() == -1) {
/external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp
66
void
closeFile
(PlatformFileHandle&)
/external/webrtc/src/system_wrappers/interface/
file_wrapper.h
39
virtual WebRtc_Word32
CloseFile
() = 0;
/frameworks/base/include/media/
JetPlayer.h
52
int
closeFile
();
/ndk/sources/host-tools/nawk-20071023/
maketab.c
79
{ CLOSE, "
closefile
", "
closefile
" },
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp
272
closeFile
(m_fileHandle);
304
closeFile
(m_fileHandle);
312
closeFile
(m_fileHandle);
/external/chromium/base/debug/
trace_event.cc
131
file_util::
CloseFile
(log_file_);
/external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc
83
file_util::
CloseFile
(lock_file);
/external/chromium/chrome/common/
important_file_writer.cc
47
if (!file_util::
CloseFile
(tmp_file)) {
/external/webkit/Source/WebCore/platform/
FileStream.cpp
113
closeFile
(m_handle);
FileSystem.h
185
void
closeFile
(PlatformFileHandle&);
/external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h
65
virtual void
closeFile
(FileHandle&) { }
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.mm
66
[executableFile
closeFile
];
/system/extras/procrank/
procrank.c
335
goto
closefile
;
338
closefile
:
/external/libvpx/examples/includes/geshi/geshi/
lua.php
64
'openfile','
closefile
','readfrom','writeto','appendto',
/external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp
157
void
closeFile
(PlatformFileHandle& handle)
Completed in 408 milliseconds
1
2
3