Lines Matching refs:dev
77 # Some tools need /dev/shm to created a named semaphore. Use a new tmpfs to
80 dst: "/dev/shm"
119 # Some tools (like llvm-link) look for file descriptors in /dev/fd
122 dst: "/dev/fd"
127 # /dev/null is a very commonly used for silencing output
129 src: "/dev/null"
130 dst: "/dev/null"
135 # /dev/urandom used during the creation of system.img
137 src: "/dev/urandom"
138 dst: "/dev/urandom"
143 # /dev/random used by test scripts
145 src: "/dev/random"
146 dst: "/dev/random"
151 # /dev/zero is required to make vendor-qemu.img
153 src: "/dev/zero"
154 dst: "/dev/zero"
158 # /dev/stdin used during the creation files in external/cronet
161 dst: "/dev/stdin"