HomeSort by relevance Sort by last modified time
    Searched defs:OpenFile (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
open_file_operation.cc 47 void OpenFileOperation::OpenFile(const base::FilePath& file_path,
  /external/chromium_org/ppapi/thunk/
ppb_flash_file_fileref_thunk.cc 25 int32_t OpenFile(PP_Resource file_ref_id, int32_t mode, PP_FileHandle* file) {
46 &OpenFile,
ppb_flash_file_modulelocal_thunk.cc 23 int32_t OpenFile(PP_Instance instance,
30 return enter.functions()->OpenFile(instance, path, mode, file);
93 &OpenFile,
  /external/chromium_org/ppapi/cpp/private/
flash_file.cc 38 PP_FileHandle FileModuleLocal::OpenFile(const InstanceHandle& instance,
45 OpenFile(instance.pp_instance(), path.c_str(), mode, &file_handle);
154 PP_FileHandle FileFileRef::OpenFile(const pp::FileRef& resource,
160 OpenFile(resource.pp_resource(), mode, &file_handle);
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect_unittest.cc 62 virtual FileStream* OpenFile(const Pathname& filename,
69 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
fileutils.h 123 virtual FileStream *OpenFile(const Pathname &filename,
311 static FileStream *OpenFile(const Pathname &filename,
313 return EnsureDefaultFilesystem()->OpenFile(filename, mode);
fileutils_mock.h 155 virtual FileStream * OpenFile(
  /external/llvm/lib/Support/
DataStream.cpp 66 error_code OpenFile(const std::string &Filename) {
83 if (error_code e = s->OpenFile(Filename)) {
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 37 HRESULT CFolderOutStream::OpenFile()
78 RINOK(OpenFile());
118 RINOK(OpenFile());
143 RINOK(OpenFile());
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 47 bool OpenFile(const std::string& filename) {
97 EXPECT_FALSE(OpenFile("NotmeNotme"));
101 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
110 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
127 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
144 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
157 EXPECT_TRUE(OpenFile("captured-320x240-2s-48.frames"));
178 EXPECT_TRUE(OpenFile("1.frame_plus_1.byte"));
  /external/chromium_org/ppapi/c/private/
ppb_flash_file.h 42 int32_t (*OpenFile)(PP_Instance instance,
105 int32_t (*OpenFile)(PP_Resource file_ref_id,
  /external/chromium_org/ppapi/proxy/
flash_file_resource.cc 52 int32_t FlashFileResource::OpenFile(PP_Instance /*instance*/,
  /external/chromium_org/v8/src/
log-utils.cc 81 OpenFile(log_file_name);
99 void Log::OpenFile(const char* name) {
  /external/chromium_org/webkit/browser/database/
vfs_backend.cc 58 void VfsBackend::OpenFile(const base::FilePath& file_path,
118 OpenFile(temp_file_path, desired_flags, file_handle);
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 117 int FileWrapperImpl::OpenFile(const char *fileNameUTF8, bool readOnly,
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.cc 154 // Part of OpenFile(). Called after FileSystem::OpenFile().
313 file_system->OpenFile(
319 void OpenFile(const base::FilePath& file_path,
344 file_system->OpenFile(
fake_file_system.cc 71 void FakeFileSystem::OpenFile(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 271 void SyncableFileSystemOperation::OpenFile(
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 141 SBOX_TESTS_COMMAND int OpenFile(int argc, wchar_t **argv) {
  /external/v8/src/
log-utils.cc 129 OpenFile(*expanded);
131 OpenFile(FLAG_logfile);
158 void Log::OpenFile(const char* name) {
  /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);
  /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/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 310 void FileSystemDispatcher::OpenFile(

Completed in 428 milliseconds

1 2