/external/e2fsprogs/e2fsck/ |
profile.c | 303 prf_file_t new_file, *last; local 322 retval = profile_open_file(cp, &new_file); 327 *last = new_file; 328 last = &new_file->next; 334 retval = profile_open_file(*fs, &new_file); 341 *last = new_file; 342 last = &new_file->next; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 658 new_file = _create_temporary(self._path) 661 self._pre_mailbox_hook(new_file) 665 self._pre_message_hook(new_file) 666 new_start = new_file.tell() 672 new_file.write(buffer) 673 new_toc[key] = (new_start, new_file.tell()) 674 self._post_message_hook(new_file) 675 self._file_length = new_file.tell() 677 new_file.close() 678 os.remove(new_file.name [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 658 new_file = _create_temporary(self._path) 661 self._pre_mailbox_hook(new_file) 665 self._pre_message_hook(new_file) 666 new_start = new_file.tell() 672 new_file.write(buffer) 673 new_toc[key] = (new_start, new_file.tell()) 674 self._post_message_hook(new_file) 675 self._file_length = new_file.tell() 677 new_file.close() 678 os.remove(new_file.name [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/chrome/browser/chromeos/drive/ |
job_scheduler_unittest.cc | 960 path = temp_dir.path().AppendASCII("new_file.txt"); 968 base::FilePath::FromUTF8Unsafe("drive/new_file.txt"), [all...] |
/external/chromium_org/chrome/tools/build/win/ |
create_installer_archive.py | 128 def GenerateDiffPatch(options, orig_file, new_file, patch_file): 131 cmd = '%s -gen "%s" "%s" "%s"' % (exe_file, orig_file, new_file, patch_file) 134 cmd = [exe_file, orig_file, new_file, patch_file,]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_database.cc | 257 FileDescriptorProto* new_file = new FileDescriptorProto; local 258 new_file->CopyFrom(file); 259 return AddAndOwn(new_file);
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 257 FileDescriptorProto* new_file = new FileDescriptorProto; local 258 new_file->CopyFrom(file); 259 return AddAndOwn(new_file);
|
/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/grub/stage2/ |
stage2.c | 595 char *new_file = config_file; local 604 while ((*(new_file++) = *(pptr++)) != 0)
|
/external/chromium_org/chrome/browser/drive/ |
drive_uploader_unittest.cc | 47 const char kTestUploadNewFileURL[] = "http://test/upload_location/new_file";
|
/external/libmtp/src/ |
libmtp.c | 5782 PTPObjectInfo new_file; local [all...] |
/external/chromium_org/chrome/browser/apps/ |
app_browsertest.cc | 694 command_line->AppendArgPath(temp_dir.path().AppendASCII("new_file.txt")); [all...] |
/external/qemu/block/ |
vvfat.c | 1359 struct { uint32_t first_cluster; } new_file; member in union:commit_t::__anon24832 [all...] |
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |
/external/grub/ |
ChangeLog | [all...] |