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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 17 old_file = os.path.abspath(__file__)
20 self.assertRaises(DistutilsFileError, newer, new_file, old_file)
23 # 'old_file', or if 'new_file' exists and 'old_file' doesn't.
26 self.assertTrue(newer(new_file, old_file))
28 # Return false if both exist and 'old_file' is the same age or younger
30 self.assertFalse(newer(old_file, new_file))
56 old_file = os.path.abspath(__file__)
58 # return true if 'old_file' is out-of-date with respect to any file
63 self.assertTrue(newer_group([one, two, three], old_file))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 17 old_file = os.path.abspath(__file__)
20 self.assertRaises(DistutilsFileError, newer, new_file, old_file)
23 # 'old_file', or if 'new_file' exists and 'old_file' doesn't.
26 self.assertTrue(newer(new_file, old_file))
28 # Return false if both exist and 'old_file' is the same age or younger
30 self.assertFalse(newer(old_file, new_file))
56 old_file = os.path.abspath(__file__)
58 # return true if 'old_file' is out-of-date with respect to any file
63 self.assertTrue(newer_group([one, two, three], old_file))
    [all...]
  /bootable/recovery/tests/component/
applypatch_test.cpp 80 old_file = from_testdata_base("old.file");
90 old_sha1 = sha1sum(old_file);
101 static std::string old_file; member in class:ApplyPatchTest
115 std::string ApplyPatchTest::old_file; member in class:ApplyPatchTest
126 cp(ApplyPatchTest::old_file, ApplyPatchTest::cache_file);
130 cp(ApplyPatchTest::cache_file, ApplyPatchTest::old_file);
214 ASSERT_EQ(0, applypatch_check(&old_file[0], 1, &s));
223 ASSERT_EQ(0, applypatch_check(&old_file[0], 3, argv));
231 ASSERT_NE(0, applypatch_check(&old_file[0], 2, argv));
235 mangle_file(old_file);
    [all...]
  /external/bsdiff/
bspatch.cc 223 std::unique_ptr<FileInterface> old_file = File::FOpen(old_filename, O_RDONLY); local
224 if (!old_file)
231 old_file.reset(new ExtentsFile(std::move(old_file), parsed_old_extents));
234 if (!old_file->GetSize(&oldsize))
292 if (static_cast<uint64_t>(i) != old_file_pos && !old_file->Seek(i))
301 if (!old_file->Read(old_buf.data(), bytes_to_read, &read_bytes))
343 old_file->Close();
  /system/core/crash_reporter/
crash_sender 535 for old_file in $(find "${dir}" -mindepth 1 \
537 if [ ! -e "$(get_base "${old_file}").meta" ]; then
538 lecho "Removing old orphaned file: ${old_file}."
539 rm -f -- "${old_file}"
  /system/update_engine/payload_generator/
delta_diff_utils.h 109 const std::string& old_file,
delta_diff_utils.cc 696 const string& old_file,
707 cmd.push_back(old_file);
  /external/toybox/toys/pending/
syslogd.c 290 char old_file[i]; local
296 sprintf(old_file, "%s.%d", tf->filename, --i);
297 rename(old_file, new_file);
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py     [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py     [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 762 rc_register_file old_file,
775 old_file, new_index);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 218 with open(self.breakpointPath,"r") as old_file:
219 lines = old_file.readlines()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 218 with open(self.breakpointPath,"r") as old_file:
219 lines = old_file.readlines()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 218 with open(self.breakpointPath,"r") as old_file:
219 lines = old_file.readlines()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 218 with open(self.breakpointPath,"r") as old_file:
219 lines = old_file.readlines()
    [all...]

Completed in 1146 milliseconds