Home | History | Annotate | Download | only in adb

Lines Matching refs:CreateFileW

352     f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode,
396 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE,
2064 // On Windows, the native file APIs such as CreateFileW() take 2-byte wchar_t
2076 // For Windows, just call CreateFileW(). For POSIX, write a wrapper openW()