HomeSort by relevance Sort by last modified time
    Searched full:security_attributes (Results 26 - 50 of 52) sorted by null

12 3

  /external/deqp/framework/delibs/deutil/
deProcess.c 627 SECURITY_ATTRIBUTES securityAttr;
654 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/icu/icu4c/source/common/
umapfile.c 101 SECURITY_ATTRIBUTES mappingAttributes;
102 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL;
  /sdk/find_java/src/source/
find_java_lib.cpp 425 SECURITY_ATTRIBUTES saAttr;
431 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 141 // A NULL SECURITY_ATTRIBUTES signifies that the handle can't be inherited
  /external/chromium_org/sandbox/win/src/
interceptors_64.h 85 LPSECURITY_ATTRIBUTES security_attributes);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 260 WINBASEAPI HANDLE WINAPI CreateConsoleScreenBuffer(DWORD dwDesiredAccess,DWORD dwShareMode,CONST SECURITY_ATTRIBUTES *lpSecurityAttributes,DWORD dwFlags,LPVOID lpScreenBufferData);
wtypes.h 252 } SECURITY_ATTRIBUTES;
shlobj.h 777 SHSTDAPI_(int) SHCreateDirectoryExA(HWND hwnd,LPCSTR pszPath,SECURITY_ATTRIBUTES *psa);
778 SHSTDAPI_(int) SHCreateDirectoryExW(HWND hwnd,LPCWSTR pszPath,SECURITY_ATTRIBUTES *psa);
    [all...]
urlmon.h 783 SECURITY_ATTRIBUTES securityAttributes;
    [all...]
winbase.h 184 } SECURITY_ATTRIBUTES,*PSECURITY_ATTRIBUTES,*LPSECURITY_ATTRIBUTES;
    [all...]
  /external/llvm/lib/Support/Windows/
Program.inc 86 SECURITY_ATTRIBUTES sa;
  /external/chromium_org/base/test/launcher/
test_launcher.cc 368 SECURITY_ATTRIBUTES sa_attr;
369 sa_attr.nLength = sizeof(SECURITY_ATTRIBUTES);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 700 SECURITY_ATTRIBUTES handles_are_inheritable = {
701 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 660 SECURITY_ATTRIBUTES handles_are_inheritable = {
661 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/gtest/src/
gtest-death-test.cc 700 SECURITY_ATTRIBUTES handles_are_inheritable = {
701 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 660 SECURITY_ATTRIBUTES handles_are_inheritable = {
661 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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 700 SECURITY_ATTRIBUTES handles_are_inheritable = {
701 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 78 SECURITY_ATTRIBUTES attr;
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 264 SECURITY_ATTRIBUTES inherit;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
debug.ipp 771 SECURITY_ATTRIBUTES attr;
  /ndk/sources/host-tools/make-3.81/
function.c     [all...]
  /system/core/adb/
adb.c 1076 SECURITY_ATTRIBUTES sa;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 2903 milliseconds

12 3