Searched refs:wrote (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | test_utils.h | 112 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/ |
D | GraphicsStatsService.cpp | 288 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/ |
D | README | 12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 198 entire whole, and thus to each and every part regardless of who wrote
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBTestUtilities.m | 83 BOOL wrote = [dataToWrite writeToFile:path options:NSDataWritingAtomic error:&error]; 84 XCTAssertTrue(wrote, @"Unable to write %@ (%@)", path, error);
|