Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dpngdiffer.py23 actual_path = path_templates.GetActualPath(i)
31 actual_paths.append(actual_path)
40 actual_path = path_templates.GetActualPath(i)
51 print "Checking " + actual_path
55 [self.pdfium_diff_path, expected_path, actual_path])
62 [self.pdfium_diff_path, platform_expected_path, actual_path])
76 actual_path = path_templates.GetActualPath(page)
77 if not os.path.isfile(actual_path):
94 shutil.copyfile(actual_path, expected_path)
/external/curl/lib/
Dfile.c142 char *actual_path; in file_connect() local
166 actual_path = real_path; in file_connect()
167 if((actual_path[0] == '/') && in file_connect()
168 actual_path[1] && in file_connect()
169 (actual_path[2] == ':' || actual_path[2] == '|')) { in file_connect()
170 actual_path[2] = ':'; in file_connect()
171 actual_path++; in file_connect()
177 if(actual_path[i] == '/') in file_connect()
178 actual_path[i] = '\\'; in file_connect()
179 else if(!actual_path[i]) { /* binary zero */ in file_connect()
[all …]
/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/jsoncpp/test/
Dpyjsontestrunner.py14 actual_path = base_path + '.actual' variable
46 def parseAndSaveValueTree( input, actual_path ): argument
48 fout = file( actual_path, 'wt' )
60 root = parseAndSaveValueTree( input, actual_path )
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py1035 actual_path = saver.save(sess, saved_path)
1036 self.assertEqual(saved_path, actual_path)