HomeSort by relevance Sort by last modified time
    Searched refs:FileContents (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/test/asan/TestCases/Linux/
nohugepage_test.cc 28 char FileContents[1 << 16];
31 FileContents[0] = 0;
34 char *p = FileContents;
35 ssize_t size = sizeof(FileContents) - 1;
49 } while (size > 0 && res < sizeof(FileContents));
51 FileContents[res] = 0;
57 char *s = strstr(FileContents, "2008fff7000-10007fff8000");
  /bootable/recovery/applypatch/
applypatch.h 27 struct FileContents {
62 int LoadFileContents(const char* filename, FileContents* file);
63 int SaveFileContents(const char* filename, const FileContents* file);
64 void FreeFileContents(FileContents* file);
main.cpp 53 std::vector<FileContents>* files) {
70 FileContents fc;
85 FileContents bonusFc;
122 std::vector<FileContents> files;
applypatch.cpp 40 static int LoadPartitionContents(const char* filename, FileContents* file);
42 static int GenerateTarget(FileContents* source_file,
44 FileContents* copy_file,
58 int LoadFileContents(const char* filename, FileContents* file) {
91 // FileContents. filename should be a string of the form
107 static int LoadPartitionContents(const char* filename, FileContents* file) {
267 // Save the contents of the given FileContents object under the given
269 int SaveFileContents(const char* filename, const FileContents* file) {
529 FileContents file;
652 FileContents copy_file
    [all...]
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 47 StringRef FileContents) {
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release());
  /bootable/recovery/tests/component/
applypatch_test.cpp 153 struct FileContents fc;
  /bootable/recovery/updater/
install.cpp 539 // function (the char* returned is actually a FileContents*).
    [all...]
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 178 milliseconds