Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/tests/
Dtest_utils.h112 size_t wrote = 0; in WriteBase64ToFile() local
113 while (wrote < length) { in WriteBase64ToFile()
114 ssize_t cur = write(fd, bytes.get() + wrote, length - wrote); in WriteBase64ToFile()
119 wrote += cur; in WriteBase64ToFile()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp288 int wrote = write(outFd, &sCurrentFileVersion, sHeaderSize); in saveBuffer() local
289 if (wrote != sHeaderSize) { in saveBuffer()
291 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err, in saveBuffer()
/frameworks/base/services/robotests/
DREADME12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt198 entire whole, and thus to each and every part regardless of who wrote
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBTestUtilities.m83 BOOL wrote = [dataToWrite writeToFile:path options:NSDataWritingAtomic error:&error];
84 XCTAssertTrue(wrote, @"Unable to write %@ (%@)", path, error);