HomeSort by relevance Sort by last modified time
    Searched refs:new_file (Results 26 - 34 of 34) sorted by null

12

  /external/e2fsprogs/e2fsck/
profile.c 306 prf_file_t new_file, *last; local
327 retval = profile_open_file(cp, &new_file);
332 *last = new_file;
333 last = &new_file->next;
339 retval = profile_open_file(*fs, &new_file);
346 *last = new_file;
347 last = &new_file->next;
    [all...]
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 126 def GenerateDiffPatch(options, orig_file, new_file, patch_file):
129 cmd = '%s -gen "%s" "%s" "%s"' % (exe_file, orig_file, new_file, patch_file)
132 cmd = [exe_file, orig_file, new_file, patch_file,]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 828 base::ScopedFILE new_file(base::OpenFile(new_filename, "wb+"));
829 if (new_file.get() == NULL)
840 new_file_.swap(new_file);
873 new_file_.swap(new_file);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
PyShell.py 223 with open(self.breakpointPath,"w") as new_file:
226 new_file.write(line)
230 new_file.write(filename + '=' + str(breaks) + '\n')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
PyShell.py 223 with open(self.breakpointPath,"w") as new_file:
226 new_file.write(line)
230 new_file.write(filename + '=' + str(breaks) + '\n')
    [all...]
  /external/chromium_org/webkit/browser/database/
database_tracker.cc 414 base::FilePath new_file = new_origin_dir.Append(database.BaseName()); local
415 base::Move(database, new_file);
  /external/libmtp/src/
libmtp.c 5782 PTPObjectInfo new_file; local
    [all...]

Completed in 309 milliseconds

12