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

  /build/make/tools/
fat16copy.py 214 def new_file(self, name, data=None): member in class:fat_dir
764 directory.new_file(os.path.basename(item), f)
  /external/bsdiff/
bspatch.cc 238 std::unique_ptr<FileInterface> new_file = local
240 if (!new_file) {
252 new_file.reset(new ExtentsFile(std::move(new_file), parsed_new_extents));
260 new_file.reset(new BufferFile(std::move(new_file), newsize));
263 return bspatch(old_file, new_file, patch_data, patch_size);
274 std::unique_ptr<FileInterface> new_file(new SinkFile(sink));
276 return bspatch(old_file, new_file, patch_data, patch_size);
279 // Patch |old_file| with |patch_data| and save it to |new_file|
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 70 std::string* new_file = static_cast<std::string*>(param); local
71 if (!new_file || pos + size < pos)
74 unsigned long file_size = new_file->size();
78 memcpy(buf, new_file->data() + pos, size);
135 std::string new_file = GetString(); local
136 EXPECT_GT(new_file.size(), 923U);
138 // Read |new_file| in, and verify its rendered bitmap.
142 file_access.m_FileLen = new_file.size();
144 file_access.m_Param = &new_file;
222 std::string new_file = GetString() local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 256 FileDescriptorProto* new_file = new FileDescriptorProto; local
257 new_file->CopyFrom(file);
258 return AddAndOwn(new_file);
  /frameworks/base/tools/aapt2/util/
Files.cpp 312 std::string new_file = subdir; local
313 AppendPath(&new_file, subfile);
314 files.push_back(new_file);
  /bootable/recovery/tests/component/
applypatch_test.cpp 77 new_file = from_testdata_base("new.file");
87 sha1sum(new_file, &new_sha1, &new_size);
94 static std::string new_file; member in class:ApplyPatchTest
109 std::string ApplyPatchTest::new_file; member in class:ApplyPatchTest
237 // EMMC:new_file:(size+1):old_sha1:(size-1):old_sha1:size:old_sha1:size:new_sha1
239 src_file = "EMMC:" + new_file + ":" +
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 85 static int new_file = 0; variable
115 if (!new_file) return;
152 if (new_file)
163 if (new_file)
264 new_file = 0;
269 new_file = 1;
298 if (new_file) {
304 new_file = 1;
482 if (new_file) {
  /external/toybox/toys/pending/
syslogd.c 291 char new_file[i]; local
294 sprintf(new_file, "%s.%d", tf->filename, i);
297 rename(old_file, new_file);
299 rename(tf->filename, new_file);
  /external/elfutils/libdw/
dwarf_getsrclines.c 326 #define NEW_FILE() ({ \
344 struct filelist *new_file = NEW_FILE (); local
367 new_file->info.name = fname;
370 new_file->info.name = libdw_alloc (dbg, char, 1,
373 char *cp = new_file->info.name;
385 assert (strlen (new_file->info.name)
392 get_uleb128 (new_file->info.mtime, linep, lineendp);
397 get_uleb128 (new_file->info.length, linep, lineendp);
545 struct filelist *new_file = NEW_FILE () local
    [all...]
  /art/dexlayout/
dexlayout.cc 1858 std::unique_ptr<File> new_file; local
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 308 prf_file_t new_file, *last; local
330 retval = profile_open_file(cp, &new_file);
335 *last = new_file;
336 last = &new_file->next;
342 retval = profile_open_file(*fs, &new_file);
349 *last = new_file;
350 last = &new_file->next;
    [all...]
  /external/libmtp/src/
libmtp.c 5782 PTPObjectInfo new_file; local
    [all...]

Completed in 1492 milliseconds