HomeSort by relevance Sort by last modified time
    Searched defs:WriteFile (Results 26 - 50 of 50) sorted by null

12

  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 301 Status WriteFile(const string& filename, StringPiece contents) {
  /external/v8/tools/mb/
mb_unittest.py 59 def WriteFile(self, path, contents, force_verbose=False):
mb.py 733 self.WriteFile(mb_type_path, new_mb_type)
745 self.WriteFile(gn_args_path, gn_args, force_verbose=True)
777 self.WriteFile(gn_runtime_deps_path, '\n'.join(gn_labels) + '\n')
877 self.WriteFile(isolate_path,
    [all...]
  /system/core/init/
util.cpp 204 Result<Success> WriteFile(const std::string& path, const std::string& content) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume2/
FirmwareVolume2.h 185 EFI_FV_WRITE_FILE WriteFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 457 WriteFile() is used to write one or more files to a firmware
473 WriteFile() is callable only from TPL_NOTIFY and below.
474 Behavior of WriteFile() at any EFI_TPL above TPL_NOTIFY is
    [all...]
Mtftp4.h 192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
220 EFI_MTFTP4_PROTOCOL.WriteFile() or
237 EFI_MTFTP4_PROTOCOL.WriteFile() function.
241 EFI_MTFTP4_PROTOCOL.WriteFile() by the caller.
521 EFI_MTFTP4_WRITE_FILE WriteFile;
Mtftp6.h 315 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
324 WriteFile() or ReadDirectory() function.
343 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
352 EFI_MTFTP6_PROTOCOL.WriteFile() or EFI_MTFTP6_PROTOCOL.ReadDirectory()
368 EFI_MTFTP6_PROTOCOL.WriteFile() function.
373 EFI_MTFTP6_PROTOCOL.WriteFile() function. Setting *Length to zero signals the end of the session.
377 @param[in] Token The token provided in the EFI_MTFTP6_PROTOCOL.WriteFile() by the caller.
460 /// Only used in WriteFile() operation.
673 The WriteFile() function is used to initialize an uploading operation with the given option list
    [all...]
Shell.h     [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 272 void WriteFile(const std::string& filename, const std::string& content) {
275 if (base::WriteFile(path, content.data(), size) != size) {
434 WriteFile(output_filename, output);
447 WriteFile(output_filename, output);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 283 EFI_MTFTP4_WRITE_FILE WriteFile;
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 91 WriteFile = _stdcall_libraries['kernel32'].WriteFile
92 WriteFile.restype = BOOL
93 WriteFile.argtypes = [HANDLE, LPCVOID, DWORD, LPDWORD, LPOVERLAPPED]
310 'PVOID', '_OVERLAPPED', 'WriteFile', 'GetCommTimeouts',
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 214 if (!WriteFile(&dirent.location, "/proc/cpuinfo"))
224 if (!WriteFile(&dirent.location, "/etc/lsb-release"))
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 776 int WriteFile(const FilePath& filename, const char* data, int size) {
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]
  /system/update_engine/common/
utils.cc 190 bool WriteFile(const char* path, const void* data, size_t data_len) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1196 WinNtWriteFile WriteFile;
  /external/perf_data_converter/src/quipper/
perf_reader.cc 266 bool PerfReader::WriteFile(const string& filename) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1211 WinNtWriteFile WriteFile;
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 59 procWriteFile = modkernel32.NewProc("WriteFile")
323 func WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 59 procWriteFile = modkernel32.NewProc("WriteFile")
323 func WriteFile(handle Handle, buf []byte, done *uint32, overlapped *Overlapped) (err error) {
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 2945 milliseconds

12