HomeSort by relevance Sort by last modified time
    Searched full:openfile (Results 201 - 225 of 379) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/webkit/browser/fileapi/quota/
quota_reservation_manager_unittest.cc 318 // associated OpenFile's.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
blitzbasic.php 77 'PeekInt','PeekFloat','PeekByte','PauseChannel','Oval','Origin','OpenTCPStream','OpenMovie','OpenFile',
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 459 void OpenFile();
499 void CFolderOutStream2::OpenFile()
525 OpenFile();
563 OpenFile();
  /ndk/sources/host-tools/nawk-20071023/
proto.h 192 extern FILE *openfile(int, const char *);
  /external/chromium/base/
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_org/base/
file_util_win.cc 265 return OpenFile(*path, "wb+");
531 FILE* OpenFile(const FilePath& filename, const char* mode) {
566 FILE* OpenFile(const std::string& filename, const char* mode) {
file_util_posix.cc 692 FILE* OpenFile(const FilePath& filename, const char* mode) {
747 FILE* OpenFile(const std::string& filename, const char* mode) {
748 return OpenFile(FilePath(filename), mode);
  /external/chromium_org/sql/
connection_unittest.cc 426 file_util::ScopedFILE file(base::OpenFile(db_path(), "rb+"));
444 file_util::ScopedFILE file(base::OpenFile(db_path(), "wb"));
477 file_util::ScopedFILE file(base::OpenFile(db_path(), "rb+"));
  /external/clang/lib/Basic/
FileManager.cpp 272 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile,
315 openFile ? &FileDescriptor : 0)) {
323 if (FileDescriptor != -1 && !openFile) {
  /art/runtime/
dex_file.cc 105 UniquePtr<const DexFile> dex_file(DexFile::OpenFile(fd, filename, false));
127 return DexFile::OpenFile(fd, location, true);
163 const DexFile* DexFile::OpenFile(int fd,
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 30 using file_util::OpenFile;
515 file_ = OpenFile(filename, "wb+");
546 ScopedFILE file_closer(OpenFile(filename, "rb+"));
    [all...]
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 64 /// void OpenFile(const pp::FileRef& file) {
93 /// description associated with your request, you might implement your OpenFile
97 /// void OpenFile(const pp::FileRef& file) {
    [all...]
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 246 FILE* f = file_util::OpenFile(custom_dictionary_file_, "a+");
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 140 out_ = OpenFile(path, "w");
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 56 void FakeFileSystem::OpenFile(const base::FilePath& file_path,
file_system.h 89 virtual void OpenFile(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 274 void SyncableFileSystemOperation::OpenFile(
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 276 FILE* fp = base::OpenFile(test_file, "w");
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 63 file_ = base::OpenFile(path, "r");
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 60 tty_file_ = base::OpenFile(base::FilePath(kTtyFilePath), "r");
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.cc 215 test_file_ = base::OpenFile(path, "r");
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 276 FILE* f = base::OpenFile(output_path_, "w");
  /external/chromium_org/media/audio/win/
audio_unified_win_unittest.cc 77 text_file_ = base::OpenFile(file_name, "wt");
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_runner.h 146 OperationID OpenFile(const FileSystemURL& url,

Completed in 439 milliseconds

1 2 3 4 5 6 7 891011>>