HomeSort by relevance Sort by last modified time
    Searched full:createfile (Results 26 - 50 of 75) sorted by null

12 3

  /external/chromium/googleurl/base/
logging.cc 95 log_file = CreateFile(log_file_name, GENERIC_WRITE,
100 log_file = CreateFile(_T(".\\debug.log"), GENERIC_WRITE,
  /external/qemu/block/
raw-win32.c 99 s->hfile = CreateFile(filename, access_flags,
352 s->hfile = CreateFile(filename, access_flags,
  /development/host/windows/usb/api/
adb_helper_routines.cpp 249 HANDLE usb_device_handle = CreateFile(interface_name,
  /external/chromium/third_party/zlib/contrib/minizip/
iowin32.c 97 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL,
miniunz.c 58 hFile = CreateFile(filename,GENERIC_READ | GENERIC_WRITE,
  /external/e2fsprogs/lib/ext2fs/
getsize.c 85 dev = CreateFile(file, GENERIC_READ,
  /external/emma/ant/ant14/com/vladium/emma/ant/
FileTask.java 69 // public final FileElement createFile ()
  /external/qemu/android/utils/
mapfile.c 82 HANDLE file_handle = CreateFile(path, win32_desired_access, win32_share,
path.c 365 HANDLE file = CreateFile( /* lpFilename */ path,
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 57 usb_device_handle_ = CreateFile(interface_name().c_str(),
  /external/qemu/
osdep.c 251 file = CreateFile(filename, GENERIC_WRITE, 0, NULL,
tap-win32.c 599 handle = CreateFile (
  /external/stlport/stlport/stl/config/
_evc.h 95 // Use wide-string interface of windows native functions (CreateFile...).
host.h 265 * on Windows calls (CreateFile/CloseHandle/ReadFile/WriteFile + CreateFileMapping,
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 95 // Use wide-string interface of windows native functions (CreateFile...).
host.h 265 * on Windows calls (CreateFile/CloseHandle/ReadFile/WriteFile + CreateFileMapping,
  /cts/tools/host/test/com/android/cts/
TestSessionBuilderTests.java 107 createFile(testPlanConfigStr, planPath);
204 createFile(testPlanConfigStr, planPath);
288 createFile(testPlanConfigStr, planPath);
369 createFile(testPlanConfigStr, planPath);
474 createFile(testPlanConfigStr, planPath);
    [all...]
  /external/libpng/
pngtest.c 722 if ((fpin = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, 0,
734 if ((fpout = CreateFile(path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
    [all...]
  /external/wpa_supplicant/
wpa_ctrl.c 434 ctrl->pipe = CreateFile(name, GENERIC_READ | GENERIC_WRITE, 0,
  /sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java 166 public Object createFile() {
  /external/bluetooth/glib/glib/
gstdio.c 168 * different, see MSDN documentation for CreateFile(). The Win32 API
226 * different, see MSDN documentation for CreateFile(). The Win32 API
  /external/chromium/base/
logging.cc 208 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE,
213 log_file = CreateFile(L".\\debug.log", GENERIC_WRITE,
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /system/core/adb/
sysdeps_win32.c 27 file = CreateFile( fn,
332 f->fh_handle = CreateFile( path, desiredAccess, shareMode, NULL, OPEN_EXISTING,
372 f->fh_handle = CreateFile( path, GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE,
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 262 file_no = CreateFile (_STLP_PRIV __ASCIIToWide(name).c_str(),

Completed in 1016 milliseconds

12 3