Home
last modified time | relevance | path

Searched refs:actual_path (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dsafe_readlink_unittest.cc70 char actual_path[PATH_MAX]; in TEST() local
71 EXPECT_TRUE(SafeReadLink("/proc/self/exe", actual_path, sizeof(actual_path))); in TEST()
74 EXPECT_FALSE(SafeReadLink(actual_path, buffer, sizeof(buffer))); in TEST()
/external/pdfium/testing/tools/
Dpngdiffer.py30 actual_path = actual_path_template % i
40 print "Checking " + actual_path
43 [self.pdfium_diff_path, expected_path, actual_path])