HomeSort by relevance Sort by last modified time
    Searched defs:CreateFile (Results 1 - 17 of 17) sorted by null

  /external/libbrillo/policy/tests/
resilient_policy_util_unittest.cc 20 void CreateFile(const base::FilePath& file_path) {
40 CreateFile(file0);
41 CreateFile(file1);
42 CreateFile(file2);
43 CreateFile(file3);
  /external/perf_data_converter/src/
perf_to_profile_lib.cc 28 void CreateFile(const string& path, std::ofstream* file, bool overwriteOutput) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspace.py 309 def CreateFile(Directory, FileName, Mode='w'):
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 39 if "%1"=="file" goto CreateFile
64 :CreateFile
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 467 BOOLEAN CreateFile;
474 CreateFile = FALSE;
488 ASSERT(CreateFile == FALSE);
531 // file doesn't exist, so set CreateFile to TRUE and can't be read-only
533 CreateFile = TRUE;
540 if (!CreateFile) {
  /art/tools/common/
common.py 239 def CreateFile(self, name=None):
325 def CreateFile(self, name=None):
406 def CreateFile(self, name=None):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 95 #define CreateFile __MINGW_NAME_AW(CreateFile)
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 47 CreateFile = CreateFileA
56 CreateFile = CreateFileW # alias
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
  /external/llvm/bindings/go/llvm/
dibuilder.go 146 func (d *DIBuilder) CreateFile(filename, dir string) Metadata {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 791 BOOLEAN CreateFile;
802 CreateFile = FALSE;
819 CreateFile = FALSE;
878 // file doesn't exist, so set CreateFile to TRUE
880 CreateFile = TRUE;
899 if (!CreateFile) {
1136 // end of if CreateFile
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1175 WinNtCreateFile CreateFile;
  /system/vold/
BenchmarkGen.h     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1190 WinNtCreateFile CreateFile;
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 294 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 294 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 890 milliseconds