HomeSort by relevance Sort by last modified time
    Searched full:create_new (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/
platform_file_win.cc 22 disposition = CREATE_NEW;
file_util_win.cc 133 NULL, CREATE_NEW,
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 221 // use CREATE_NEW to avoid overwriting an existing file with the same name
222 handle = CreateFileA(proposedPath, GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, 0);
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 202 // use CREATE_NEW to avoid overwriting an existing file with the same name
203 handle = CreateFile(proposedPath.charactersWithNullTermination(), GENERIC_READ | GENERIC_WRITE, 0, 0, CREATE_NEW, FILE_ATTRIBUTE_NORMAL, 0);
  /cts/tools/dasm/src/java_cup/
non_terminal.java 102 static non_terminal create_new(String prefix) throws internal_error method in class:non_terminal
111 static non_terminal create_new() throws internal_error method in class:non_terminal
113 return create_new(null);
production.java 592 new_nt = non_terminal.create_new();
  /external/qemu/android/utils/
mapfile.c 62 win32_disposition = CREATE_NEW;
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
java_cup-new.jar 

Completed in 526 milliseconds