Home
last modified time | relevance | path

Searched refs:MINIJAIL_ARCH_NAME (Results 1 – 2 of 2) sorted by relevance

/external/minijail/
Darch.h18 # define MINIJAIL_ARCH_NAME "x86" macro
21 # define MINIJAIL_ARCH_NAME "x86_64" macro
31 # define MINIJAIL_ARCH_NAME "arm" macro
34 # define MINIJAIL_ARCH_NAME "arm64" macro
37 # define MINIJAIL_ARCH_NAME "parisc" macro
40 # define MINIJAIL_ARCH_NAME "ia64" macro
45 # define MINIJAIL_ARCH_NAME "mips64" macro
48 # define MINIJAIL_ARCH_NAME "mipsel64" macro
53 # define MINIJAIL_ARCH_NAME "mips" macro
56 # define MINIJAIL_ARCH_NAME "mipsel" macro
[all …]
Ddump_constants.cc22 std::cout << " \"arch_name\": \"" << MINIJAIL_ARCH_NAME << "\",\n"; in main()