Searched refs:mkstemps (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSImageExtras.m82 int fd = mkstemps(path, 5);
/external/chromium/base/
H A Dfile_util_android.cc23 mkstemps(char *path, int slen) function
/external/openssh/openbsd-compat/
H A Dmktemp.c51 mkstemps(char *path, int slen) function
H A Dopenbsd-compat.h96 int mkstemps(char *path, int slen);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm573 int fd = mkstemps(pathTemplateRepresentation.mutableData(), pathTemplateRepresentation.length() - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm1288 int fd = mkstemps(cPath, strlen(cPath) - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);

Completed in 271 milliseconds