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

  /external/libcups/cups/
tls-darwin.c 257 infofile[1024], /* Type-in information for cert */
284 if ((fp = cupsTempFile2(infofile, sizeof(infofile))) == NULL)
323 posix_spawn_file_actions_addopen(&actions, 0, infofile, O_RDONLY, 0);
331 unlink(infofile);
337 unlink(infofile);
    [all...]
tls-boringssl.c 80 infofile[1024], /* Type-in information for cert */ local

Completed in 705 milliseconds