HomeSort by relevance Sort by last modified time
    Searched full:actual_path (Results 1 - 2 of 2) sorted by null

  /external/pdfium/testing/tools/
pngdiffer.py 30 actual_path = actual_path_template % i
40 print "Checking " + actual_path
43 [self.pdfium_diff_path, expected_path, actual_path])
  /external/google-breakpad/src/common/linux/
safe_readlink_unittest.cc 70 char actual_path[PATH_MAX]; local
71 EXPECT_TRUE(SafeReadLink("/proc/self/exe", actual_path, sizeof(actual_path)));
74 EXPECT_FALSE(SafeReadLink(actual_path, buffer, sizeof(buffer)));

Completed in 170 milliseconds