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

  /external/icu4c/samples/layout/
clayout.c 265 OPENFILENAMEA ofn; local
270 ofn.lStructSize = sizeof (OPENFILENAMEA);
271 ofn.hwndOwner = hwnd;
272 ofn.hInstance = NULL;
273 ofn.lpstrFilter = szFilter;
274 ofn.lpstrCustomFilter = NULL;
275 ofn.nMaxCustFilter = 0;
276 ofn.nFilterIndex = 0;
277 ofn.lpstrFile = szFileName;
278 ofn.nMaxFile = MAX_PATH
    [all...]
layout.cpp 263 OPENFILENAMEA ofn; local
268 ofn.lStructSize = sizeof (OPENFILENAMEA);
269 ofn.hwndOwner = hwnd;
270 ofn.hInstance = NULL;
271 ofn.lpstrFilter = szFilter;
272 ofn.lpstrCustomFilter = NULL;
273 ofn.nMaxCustFilter = 0;
274 ofn.nFilterIndex = 0;
275 ofn.lpstrFile = szFileName;
276 ofn.nMaxFile = MAX_PATH
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 25 static OPENFILENAME ofn; variable
53 ofn.lStructSize = sizeof (OPENFILENAME);
54 ofn.hwndOwner = hwnd;
55 ofn.hInstance = NULL;
56 ofn.lpstrFilter = szFilter;
57 ofn.lpstrCustomFilter = NULL;
58 ofn.nMaxCustFilter = 0;
59 ofn.nFilterIndex = 0;
60 ofn.lpstrFile = NULL; // Set in Open and Close functions
61 ofn.nMaxFile = MAX_PATH
    [all...]
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 255 // We must do this otherwise the ofn's FlagsEx may be initialized to random
834 OPENFILENAME ofn; local
835 // We must do this otherwise the ofn's FlagsEx may be initialized to random
837 ZeroMemory(&ofn, sizeof(ofn));
838 ofn.lStructSize = sizeof(ofn);
839 ofn.hwndOwner = owner;
889 OPENFILENAME ofn; local
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 743 OPENFILENAME ofn; local
745 memset(&ofn, 0, sizeof(ofn));
750 ofn.lStructSize = sizeof(ofn);
751 ofn.hwndOwner = viewWindow;
754 ofn.lpstrFilter = allFiles.charactersWithNullTermination();
755 ofn.lpstrFile = fileBuf.data();
756 ofn.nMaxFile = fileBuf.size();
758 ofn.lpstrTitle = dialogTitle.charactersWithNullTermination()
    [all...]
  /external/blktrace/
blktrace.c 242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
266 char ofn[MAXPATHLEN + 64]; member in struct:io_info
1469 char *dst = iop->ofn;
1472 len = snprintf(iop->ofn, sizeof(iop->ofn), "%s/", output_dir);
1474 len = snprintf(iop->ofn, sizeof(iop->ofn), "./");
1484 if (stat(iop->ofn, &sb) < 0) {
1488 iop->ofn, errno, strerror(errno));
1496 if (mkdir(iop->ofn, 0755) < 0 && errno != EEXIST)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 144 milliseconds