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

  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 175 SECURITY_ATTRIBUTES security_attributes; local
176 security_attributes.nLength = sizeof(security_attributes);
177 security_attributes.lpSecurityDescriptor = &security_descriptor;
178 security_attributes.bInheritHandle = FALSE;
183 &security_attributes,
  /sdk/avdlauncher/
avdlauncher.c 92 SECURITY_ATTRIBUTES sattr;
94 sattr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /sdk/sdklauncher/
sdklauncher.c 92 SECURITY_ATTRIBUTES sattr;
94 sattr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/chromium/base/
shared_memory_win.cc 203 bool SharedMemory::Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr) {
shared_memory.h 181 bool Lock(uint32 timeout_ms, SECURITY_ATTRIBUTES* sec_attr);
process_util_win.cc 331 SECURITY_ATTRIBUTES sa_attr;
333 sa_attr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/icu4c/common/
umapfile.c 102 SECURITY_ATTRIBUTES mappingAttributes;
103 SECURITY_ATTRIBUTES *mappingAttributesPtr = NULL;
  /external/llvm/lib/Support/Windows/
Program.inc 112 SECURITY_ATTRIBUTES sa;
  /external/chromium/testing/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 561 SECURITY_ATTRIBUTES handles_are_inheritable = {
562 sizeof(SECURITY_ATTRIBUTES), NULL, TRUE };
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 612 SECURITY_ATTRIBUTES handles_are_inheritable = {
613 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/wpa_supplicant/
ctrl_iface_named_pipe.c 84 SECURITY_ATTRIBUTES attr;
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_named_pipe.c 84 SECURITY_ATTRIBUTES attr;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 84 SECURITY_ATTRIBUTES attr;
  /system/core/adb/
adb.c 700 SECURITY_ATTRIBUTES sa;
    [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 702 milliseconds