HomeSort by relevance Sort by last modified time
    Searched defs:new_content (Results 1 - 3 of 3) sorted by null

  /art/runtime/base/unix_file/
random_access_file_test.h 122 std::string new_content; local
123 ASSERT_TRUE(ReadString(file.get(), &new_content));
124 ASSERT_EQ(content.substr(0, 2), new_content);
130 ASSERT_TRUE(ReadString(file.get(), &new_content));
131 ASSERT_EQ('\0', new_content[new_length - 1]);
148 std::string new_content; local
149 ASSERT_TRUE(ReadString(file.get(), &new_content));
150 ASSERT_EQ(new_content, content);
162 ASSERT_TRUE(ReadString(file.get(), &new_content));
163 ASSERT_EQ(std::string("hello\0hello", new_length), new_content);
    [all...]
  /external/chromium_org/third_party/libxml/src/
triostr.c 1294 char *new_content; local
1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1302 if (new_content)
1304 self->content = new_content;
    [all...]
  /external/libxml2/
triostr.c 1294 char *new_content; local
1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
1302 if (new_content)
1304 self->content = new_content;
    [all...]

Completed in 7240 milliseconds