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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginPackage.mm 64 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[nsBundle executablePath]];
65 NSData *data = [executableFile readDataOfLength:512];
66 [executableFile closeFile];
WebNetscapePluginPackage.mm 237 NSFileHandle *executableFile = [NSFileHandle fileHandleForReadingAtPath:[(NSURL *)executableURL.get() path]];
238 NSData *data = [executableFile readDataOfLength:512];
239 [executableFile closeFile];

Completed in 798 milliseconds