HomeSort by relevance Sort by last modified time
    Searched defs:make_access (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/Windows/
bitfield_uaf.cc 13 void make_access(S *s) { function
17 // CHECK: {{#0 .* make_access .*bitfield_uaf.cc}}:[[@LINE-3]]
31 make_access(s);
  /ndk/sources/host-tools/make-3.81/
misc.c 765 make_access (void)
779 pfatal_with_name ("make_access: seteuid");
783 pfatal_with_name ("make_access: setuid");
786 pfatal_with_name ("make_access: setreuid");
792 pfatal_with_name ("make_access: setegid");
796 pfatal_with_name ("make_access: setgid");
799 pfatal_with_name ("make_access: setregid");
811 This is like user_access, but you can't get back to make_access. */
754 make_access (void) function

Completed in 74 milliseconds