Searched refs:sys (Results 1 - 25 of 62) sorted by relevance

123

/art/runtime/base/
H A Dlogging_linux.cc19 #include <sys/types.h>
H A Dscoped_flock.cc19 #include <sys/file.h>
20 #include <sys/stat.h>
/art/runtime/
H A Dos_linux.cc19 #include <sys/types.h>
20 #include <sys/stat.h>
H A Dthread_android.cc19 #include <sys/time.h>
20 #include <sys/resource.h>
H A Dzip_archive_test.cc20 #include <sys/stat.h>
21 #include <sys/types.h>
H A Dmem_map.h26 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
27 #include <sys/types.h>
H A Dmonitor_android.cc21 #include <sys/stat.h>
22 #include <sys/types.h>
H A Dzip_archive.cc21 #include <sys/stat.h>
22 #include <sys/types.h>
H A Dprimitive.h20 #include <sys/types.h>
H A Druntime_android.cc19 #include <sys/utsname.h>
H A Delf_utils.h20 #include <sys/cdefs.h>
H A Dsignal_catcher.cc23 #include <sys/stat.h>
24 #include <sys/time.h>
25 #include <sys/types.h>
/art/compiler/
H A Dfile_output_stream.cc19 #include <sys/types.h>
H A Doutput_stream.h21 #include <sys/types.h>
/art/runtime/arch/mips/
H A Dfault_handler_mips.cc19 #include <sys/ucontext.h>
/art/tools/
H A Dgenerate-operator-out.py23 import sys namespace
34 sys.stderr.write('%s:%d: confused by:\n%s\n' % (filename, line_number, line))
36 sys.exit(1)
160 local_path = sys.argv[1]
162 for header_file in sys.argv[2:]:
176 print('// This was automatically generated by %s --- do not edit!' % sys.argv[0])
196 sys.exit(0)
/art/runtime/arch/x86_64/
H A Dthread_x86_64.cc26 #include <sys/prctl.h>
27 #include <sys/syscall.h>
/art/runtime/base/unix_file/
H A Dmapped_file.cc20 #include <sys/mman.h>
21 #include <sys/stat.h>
22 #include <sys/types.h>
H A Dfd_file.cc20 #include <sys/stat.h>
21 #include <sys/types.h>
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc27 #include <sys/prctl.h>
30 #include <sys/resource.h>
/art/runtime/gc/allocator/
H A Ddlmalloc.cc51 #include <sys/mman.h>
/art/runtime/jdwp/
H A Djdwp_priv.h27 #include <sys/uio.h>
/art/runtime/arch/x86/
H A Dthread_x86.cc19 #include <sys/syscall.h>
20 #include <sys/types.h>
/art/test/004-SignalTest/
H A Dsignaltest.cc24 #include <sys/ucontext.h>
/art/compiler/llvm/
H A Dllvm_compilation_unit.cc17 // TODO: TargetLibraryInfo is included before sys/... because on Android bionic does #define tricks like:
28 #include <sys/types.h>
29 #include <sys/wait.h>
258 ::llvm::sys::fs::F_Binary));

Completed in 8564 milliseconds

123