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

  /external/bsdiff/
bspatch_unittest.cc 26 const char* old_filename = old_file_.c_str(); local
28 EXPECT_FALSE(IsOverlapping(old_filename, "does-not-exist", {}, {}));
29 EXPECT_FALSE(IsOverlapping(old_filename, new_filename, {}, {}));
31 EXPECT_EQ(0, symlink(old_filename, new_filename));
32 EXPECT_TRUE(IsOverlapping(old_filename, new_filename, {}, {}));
33 EXPECT_TRUE(IsOverlapping(old_filename, old_filename, {}, {}));
34 EXPECT_FALSE(IsOverlapping(old_filename, old_filename, {{0, 1}}, {{1, 1}}));
35 EXPECT_FALSE(IsOverlapping(old_filename, old_filename, {{2, 1}}, {{1, 1}}))
    [all...]
bspatch.h 16 int bspatch(const char* old_filename,
22 int bspatch(const char* old_filename,
44 bool IsOverlapping(const char* old_filename,
bsdiff.h 20 int bsdiff(const char* old_filename,
bspatch.cc 145 bool IsOverlapping(const char* old_filename,
157 if (stat(old_filename, &old_stat) == -1) {
158 fprintf(stderr, "Error stat the old file %s: %s\n", old_filename,
178 // Patch |old_filename| with |patch_filename| and save it to |new_filename|.
180 // extents of |old_filename| and |new_filename|.
182 int bspatch(const char* old_filename,
204 return bspatch(old_filename, new_filename, patch.data(), patch_size,
208 // Patch |old_filename| with |patch_data| and save it to |new_filename|.
210 // extents of |old_filename| and |new_filename|.
212 int bspatch(const char* old_filename,
    [all...]
bsdiff.cc 106 int bsdiff(const char* old_filename, const char* new_filename,
114 if(((fd=open(old_filename,O_RDONLY,0))<0) ||
119 (close(fd)==-1)) err(1,"%s",old_filename);
  /external/bison/darwin-lib/
stdio.h     [all...]
  /external/bison/linux-lib/
stdio.h     [all...]
  /external/bison/lib/
stdio.in.h     [all...]

Completed in 236 milliseconds