/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capability.h | 41 __u32 inheritable; member in struct:__user_cap_data_struct 59 __u32 inheritable; /* Little endian */ member in struct:vfs_cap_data
|
/external/chromium/testing/gtest/test/ |
gtest_test_utils.py | 241 # Changes made by os.environ.clear are not inheritable by child 242 # processes until Python 2.6. To produce inheritable changes we have
|
/external/chromium_org/base/process/ |
launch.h | 51 // handles must be inheritable). This is only supported on Vista and higher. 80 // be inheritable. Caller should either set all three of them or none (i.e.
|
/external/chromium_org/testing/gtest/test/ |
gtest_test_utils.py | 241 # Changes made by os.environ.clear are not inheritable by child 242 # processes until Python 2.6. To produce inheritable changes we have
|
/external/gtest/test/ |
gtest_test_utils.py | 241 # Changes made by os.environ.clear are not inheritable by child 242 # processes until Python 2.6. To produce inheritable changes we have
|
/external/protobuf/gtest/test/ |
gtest_output_test.py | 191 # Changes made by os.environ.clear are not inheritable by child processes 192 # until Python 2.6. To produce inheritable changes we have to delete
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_test_utils.py | 241 # Changes made by os.environ.clear are not inheritable by child 242 # processes until Python 2.6. To produce inheritable changes we have
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
captest.c | 115 printf("Inheritable: ");
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Directory.h | 62 /// destructor, inheritable.
|
/hardware/ril/rild/ |
rild.c | 96 cap.inheritable = 0;
|
/system/core/adb/ |
adb.c | 1027 /* message since the pipe handles must be inheritable, we use a */ 1041 /* create pipe, and ensure its read handle isn't inheritable */ 1051 * calling CreateProcess with inheritable stdout/stderr handles, then 1053 * handles passed to the adb client process will also be inheritable. 1055 * to non-inheritable. 1087 NULL, /* process handle is not inheritable */ 1088 NULL, /* thread handle is not inheritable */ [all...] |
/external/chromium_org/sandbox/win/src/ |
sandbox_policy_base.cc | 60 // inheritable. Console handles (FILE_TYPE_CHAR) are not 61 // inheritable via PROC_THREAD_ATTRIBUTE_HANDLE_LIST.
|
/external/qemu/android/ |
qemu-setup.c | 535 NULL, /* process handle is not inheritable */ 536 NULL, /* thread handle is not inheritable */
|
/frameworks/native/cmds/installd/ |
installd.c | 514 capdata[0].inheritable = 0; 515 capdata[1].inheritable = 0;
|
/sdk/find_java/ |
find_java_lib.cpp | 464 NULL, // process handle is not inheritable
465 NULL, // thread handle is not inheritable
|
/system/extras/ext4_utils/ |
contents.c | 474 cap_data.data[0].inheritable = 0; 476 cap_data.data[1].inheritable = 0;
|
/external/antlr/antlr-3.4/runtime/C/vsrulefiles/ |
antlr3lexer.rules | 25 Inheritable="true"
|
antlr3lexerandparser.rules | 26 Inheritable="true"
|
antlr3parser.rules | 25 Inheritable="true"
|
antlr3treeparser.rules | 25 Inheritable="true"
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 722 NULL, // Retuned process handle is not inheritable. 723 NULL, // Retuned thread handle is not inheritable. 724 TRUE, // Child inherits all inheritable handles (for write_handle_). [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 758 NULL, // Retuned process handle is not inheritable. 759 NULL, // Retuned thread handle is not inheritable. 760 TRUE, // Child inherits all inheritable handles (for write_handle_). [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 722 NULL, // Retuned process handle is not inheritable. 723 NULL, // Retuned thread handle is not inheritable. 724 TRUE, // Child inherits all inheritable handles (for write_handle_). [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 722 NULL, // Retuned process handle is not inheritable. 723 NULL, // Retuned thread handle is not inheritable. 724 TRUE, // Child inherits all inheritable handles (for write_handle_). [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 721 NULL, // Retuned process handle is not inheritable. 722 NULL, // Retuned thread handle is not inheritable. 723 TRUE, // Child inherits all inheritable handles (for write_handle_). [all...] |