HomeSort by relevance Sort by last modified time
    Searched refs:tmpfd (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
port_testcase.py 108 tmpfd, tmpfile = port._filesystem.open_binary_tempfile('')
109 tmpfd.close()
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 780 int tmpfd; local
786 tmpfd = g_mkstemp (tmp_filename);
787 if (tmpfd == -1)
798 fchown (tmpfd, original_stat.st_uid, original_stat.st_gid) == -1 ||
801 fchmod (tmpfd, original_stat.st_mode) == -1 ||
810 if (fstat (tmpfd, &tmp_statbuf) != 0 ||
815 close (tmpfd);
824 return tmpfd;

Completed in 529 milliseconds