| /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
| fake_filesystem.py | 36 >>> new_file = filesystem.CreateFile(pathname) 42 ... filesystem.CreateFile(pathname) 53 >>> beatles_file = filesystem.CreateFile(pathname, 922 def CreateFile(self, file_path, st_mode=stat.S_IFREG | PERM_DEF_FILE, 987 return self.CreateFile(resolved_file_path, st_mode=stat.S_IFLNK | PERM_DEF, [all...] |
| /external/fio/engines/ |
| windowsaio.c | 196 f->hFile = CreateFile(f->file_name, access, sharemode,
|
| /external/webrtc/webrtc/base/ |
| win32filesystem.cc | 163 HANDLE handle = ::CreateFile( 172 LOG_ERR(LS_ERROR) << "CreateFile() failed";
|
| physicalsocketserver.cc | 1050 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { [all...] |
| /external/zlib/src/contrib/untgz/ |
| untgz.c | 234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
|
| /ndk/sources/cxx-stl/stlport/src/details/ |
| fstream_win32io.cpp | 262 file_no = CreateFile (_STLP_PRIV __ASCIIToWide(name).c_str(),
|
| /system/core/adb/ |
| Android.mk | 29 # CreateFile(), _tfopen(), etc. map to versions that take wchar_t*, breaking the
|
| /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
| serialwin32.py | 57 self.hComPort = win32.CreateFile(port,
|
| /external/libchrome/base/files/ |
| file_unittest.cc | 502 ::CreateFile(empty_dir.value().c_str(),
|
| /external/wpa_supplicant_8/src/common/ |
| wpa_ctrl.c | 670 ctrl->pipe = CreateFile(name, GENERIC_READ | GENERIC_WRITE, 0,
|
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
| JPEGTest.c | 791 fOut = CreateFile(szOutFile, GENERIC_WRITE, 0, 800 fIn = CreateFile(szInFile, GENERIC_READ, 0, [all...] |
| /external/wpa_supplicant_8/src/drivers/ |
| driver_ndis.c | [all...] |
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
| JPEGTestEnc.c | [all...] |
| /external/ImageMagick/coders/ |
| emf.c | 409 hFile=CreateFile(path,GENERIC_READ,0,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,
|
| /external/google-breakpad/src/client/windows/handler/ |
| exception_handler.cc | [all...] |
| /external/libchrome/base/message_loop/ |
| message_loop_unittest.cc | 520 file_.Set(CreateFile(name, GENERIC_READ, 0, NULL, OPEN_EXISTING, [all...] |
| /external/libchrome/sandbox/linux/syscall_broker/ |
| broker_process_unittest.cc | 607 TEST(BrokerProcess, CreateFile) {
|
| /libcore/ojluni/src/main/native/ |
| zip_util.c | 89 * This function does not take JNIEnv* and uses CreateFile (instead of 118 return (jlong) CreateFile( [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| job.c | 274 HANDLE h = CreateFile (temp_path, /* file name */ [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| winbase.h | [all...] |
| /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/ |
| platform-3.4.0.jar | |