Lines Matching full:strlen
1288 int fd = mkstemps(cPath, strlen(cPath) - strlen([pathTemplatePrefix fileSystemRepresentation]) + 1);
1295 path = [manager stringWithFileSystemRepresentation:cPath length:strlen(cPath)];
1403 _temporaryPDFDirectoryPath = [[[NSFileManager defaultManager] stringWithFileSystemRepresentation:cTemplate length:strlen(cTemplate)] retain];