Searched refs:toFile (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A DHeimCredCoder.h35 + (void)archiveRootObject:(id)object toFile:(NSString *)archiveFile;
H A DHeimCredCoder.m405 + (void)archiveRootObject:(id)object toFile:(NSString *)archiveFile
H A Dserver.m136 [HeimCredDecoder archiveRootObject:sf toFile:archivePath];
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFile.h86 inline File* toFile(Blob* blob) function in namespace:WebCore
92 inline const File* toFile(const Blob* blob) function in namespace:WebCore
H A DFileReader.cpp84 LOG(FileAPI, "FileReader: reading as array buffer: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
94 LOG(FileAPI, "FileReader: reading as binary: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
104 LOG(FileAPI, "FileReader: reading as text: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
120 LOG(FileAPI, "FileReader: reading as data URL: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java171 File toFile = new File(toDir, names[i]);
178 fos = new FileOutputStream(toFile);
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DFormData.cpp184 File* file = toFile(value.blob());
225 File* file = toFile(value.blob());
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DSerializedScriptValue.cpp787 if (File* file = toFile(obj)) {

Completed in 132 milliseconds