Home | History | Annotate | Download | only in bench

Lines Matching defs:File

6 # you may not use this file except in compliance with the License.
23 $ adb shell strace -p `pid zygote` -o /data/local/tmp/trace -f -ff -y -ttt -e trace=file,desc,munmap
46 class File:
62 files[name] = File(name, len(files))
133 * you may not use this file except in compliance with the License.
196 assert len(e.args) > 3, 'File creation lacks a mode?'
198 print >>bench, '%s = TEMP_FAILURE_RETRY(open("file%s", %s%s));' \
220 # TODO: track actual file size instead of guessing
229 # TODO: track actual file size instead of guessing
319 print >>bench, 'res |= CreateFile("file%s", %d);' % (f.ident, f.size)
330 print >>bench, 'res |= unlink("file%s");' % (f.ident)