HomeSort by relevance Sort by last modified time
    Searched refs:saAttr (Results 1 - 5 of 5) sorted by null

  /sdk/find_java/src/source/
find_java_lib.cpp 450 SECURITY_ATTRIBUTES saAttr;
455 ZeroMemory(&saAttr, sizeof(saAttr));
456 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
457 saAttr.bInheritHandle = TRUE;
458 saAttr.lpSecurityDescriptor = NULL;
465 &saAttr, // lpPipeAttributes,
  /sdk/find_java2/src/
JavaFinder.cpp 85 SECURITY_ATTRIBUTES saAttr;
90 ZeroMemory(&saAttr, sizeof(saAttr));
91 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
92 saAttr.bInheritHandle = TRUE;
93 saAttr.lpSecurityDescriptor = NULL;
100 &saAttr, // lpPipeAttributes,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 269 milliseconds