HomeSort by relevance Sort by last modified time
    Searched refs:SECURITY_ATTRIBUTES (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 85 SECURITY_ATTRIBUTES* pipe_sec_attrs,
230 SECURITY_ATTRIBUTES* pipe_sec_attrs_;
crash_generation_server.cc 99 SECURITY_ATTRIBUTES* pipe_sec_attrs,
    [all...]
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_win.cc 54 SECURITY_ATTRIBUTES security_attributes = { local
55 sizeof(SECURITY_ATTRIBUTES), nullptr, TRUE};
59 &security_attributes, OPEN_EXISTING, kFlags,
  /external/ImageMagick/Magick++/lib/
Thread.cpp 42 SECURITY_ATTRIBUTES
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 102 SECURITY_ATTRIBUTES sec_attr_stdout = {};
113 SECURITY_ATTRIBUTES sec_attr_stdin = {};
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 174 SECURITY_ATTRIBUTES attrs;
175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/icu/icu4c/source/common/
umapfile.cpp 144 SECURITY_ATTRIBUTES mappingAttributes;
145 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL;
  /external/deqp/execserver/
xsWin32TestProcess.cpp 447 static void createPipeWithOverlappedIO (HANDLE* readHandleOut, HANDLE* writeHandleOut, deUint32 readMode, deUint32 writeMode, SECURITY_ATTRIBUTES* securityAttr)
514 SECURITY_ATTRIBUTES securityAttr;
521 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 464 SECURITY_ATTRIBUTES SecAttr;
473 SecAttr.nLength = sizeof (SECURITY_ATTRIBUTES);
  /sdk/find_java/src/source/
find_java_lib.cpp 450 SECURITY_ATTRIBUTES saAttr;
456 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /sdk/find_java2/src/
JavaFinder.cpp 85 SECURITY_ATTRIBUTES saAttr;
91 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 17 } SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
wtypesbase.h 151 } SECURITY_ATTRIBUTES;
  /external/deqp/framework/delibs/deutil/
deProcess.c 630 SECURITY_ATTRIBUTES securityAttr;
657 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/python/cpython3/PC/
pyshellext.cpp 498 SECURITY_ATTRIBUTES secattr = { sizeof(SECURITY_ATTRIBUTES), NULL, FALSE };
  /external/webrtc/webrtc/base/
win32filesystem.cc 159 SECURITY_ATTRIBUTES security_attributes; local
160 security_attributes.nLength = sizeof(security_attributes);
161 security_attributes.lpSecurityDescriptor = &security_descriptor;
162 security_attributes.bInheritHandle = FALSE;
167 &security_attributes,
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 698 SECURITY_ATTRIBUTES handles_are_inheritable = {
699 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 711 SECURITY_ATTRIBUTES handles_are_inheritable = {
712 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 711 SECURITY_ATTRIBUTES handles_are_inheritable = {
712 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 662 SECURITY_ATTRIBUTES handles_are_inheritable = {
663 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 700 SECURITY_ATTRIBUTES handles_are_inheritable = {
701 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 612 SECURITY_ATTRIBUTES handles_are_inheritable = {
613 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 660 SECURITY_ATTRIBUTES handles_are_inheritable = {
661 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 709 SECURITY_ATTRIBUTES handles_are_inheritable = {
710 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 700 SECURITY_ATTRIBUTES handles_are_inheritable = {
701 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]

Completed in 1403 milliseconds

1 2 3