HomeSort by relevance Sort by last modified time
    Searched refs:writeToFile (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/av/drm/libdrmframework/include/
ReadWriteUtils.h 63 static void writeToFile(const String8& filePath, const String8& data);
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.h 53 void writeToFile(LPCWSTR);
DIBPixelData.cpp 52 void DIBPixelData::writeToFile(LPCWSTR filePath)
  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpImage.java 33 boolean writeToFile(String path, String format);
  /cts/tools/signature-tools/src/signature/io/html/
HtmlDeltaExternalizer.java 70 writeToFile(location + OVERVIEW_PAGE_NAME, content.toString());
90 writeToFile(packageOverviewFileName, content.toString());
103 writeToFile(classOverviewFileName, content.toString());
121 writeToFile(directory + STYLE_SHEET_NAME, template.toString());
124 private void writeToFile(String fileName, String content)
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 71 int writeToFile(PlatformFileHandle, const char* data, int length)
  /external/webkit/Source/WebCore/platform/chromium/
FileSystemChromium.cpp 110 int writeToFile(PlatformFileHandle handle, const char* data, int length)
112 return PlatformBridge::writeToFile(handle, data, length);
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp 139 writeToFile(m_sampleLogFile, processDetails.utf8().data(), processDetails.utf8().length());
150 writeToFile(m_sampleLogFile, header.utf8().data(), header.utf8().length());
180 writeToFile(m_sampleLogFile, statString.utf8().data(), statString.utf8().length());
  /external/chromium/webkit/glue/
webfileutilities_impl.h 41 virtual int writeToFile(base::PlatformFile handle,
webfileutilities_impl.cc 153 int WebFileUtilitiesImpl::writeToFile(base::PlatformFile handle,
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.h 52 bool writeToFile(const WTF::String& filePath) const;
CacheResult.cpp 127 bool CacheResult::writeToFile(const String& filePath) const
194 return WebCore::writeToFile(file, m_buffer->data(), m_bufferSize) == m_bufferSize;
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 69 virtual int writeToFile(FileHandle, const char* data, int length) { return 0; }
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java 78 public boolean writeToFile(PyObject[] args, String[] kws) {
84 return impl.writeToFile(path, format);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 93 writeToFile(File::Spec->catfile($mockDir, "MakefileWithUnixEOL"), $MakefileContents);
94 writeToFile(File::Spec->catfile($mockDir, "MakefileWithWindowsEOL"), toWindowsLineEndings($MakefileContents));
299 sub writeToFile
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 78 void ReadWriteUtils::writeToFile(const String8& filePath, const String8& data) {
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 64 /* package */ static void writeToFile(final String path, byte[] data) throws IOException {
  /sdk/chimpchat/src/com/android/chimpchat/adb/image/
CaptureRawAndConvertedImage.java 104 snapshot.writeToFile("output.png", "png");
  /external/webkit/Source/WebCore/platform/
FileSystem.h 190 int writeToFile(PlatformFileHandle, const char* data, int length);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 193 int writeToFile(PlatformFileHandle handle, const char* data, int length)
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 128 int writeToFile(PlatformFileHandle handle, const char* data, int length)
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 93 if (!result->writeToFile(filePath))
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 125 sub writeToFile($$);
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 331 writeToFile(sourceFile, content);
644 writeToFile(file, content);
647 private void writeToFile(File file, String content) {
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.cpp 602 return writeToFile(file, utf8String.data(), length) == length;
607 return writeToFile(file, reinterpret_cast<const char*>(&time), sizeof(time_t)) == sizeof(time_t);
631 if (writeToFile(file, &localSchemaVersion, 1) != 1) {

Completed in 531 milliseconds

1 2