mkstemp           156 base/file_util_posix.cc   return HANDLE_EINTR(mkstemp(buffer));
mkstemp           159 ppapi/tests/test_broker.cc   int fd = ::mkstemp(file_name);
mkstemp            47 sandbox/linux/services/broker_process_unittest.cc     fd_ = mkstemp(full_file_name_);
mkstemp           227 third_party/tcmalloc/chromium/src/memfs_malloc.cc   int hugetlb_fd = mkstemp(path);
mkstemp           227 third_party/tcmalloc/vendor/src/memfs_malloc.cc   int hugetlb_fd = mkstemp(path);
mkstemp           141 tools/android/file_poller/file_poller.cc   fd = mkstemp(filename);