Searched refs:actual_path (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/tools/ |
D | pngdiffer.py | 29 actual_path = actual_path_template % i 37 actual_paths.append(actual_path) 49 actual_path = actual_path_template % i 60 print "Checking " + actual_path 64 [self.pdfium_diff_path, expected_path, actual_path]) 71 [self.pdfium_diff_path, platform_expected_path, actual_path]) 80 actual_path = os.path.join(working_dir, input_root + self.ACTUAL_TEMPLATE) 85 return (actual_path, expected_path, platform_expected_path)
|
/external/curl/lib/ |
D | file.c | 194 char *actual_path; in file_connect() local 217 actual_path = real_path; in file_connect() 218 if((actual_path[0] == '/') && in file_connect() 219 actual_path[1] && in file_connect() 220 (actual_path[2] == ':' || actual_path[2] == '|')) { in file_connect() 221 actual_path[2] = ':'; in file_connect() 222 actual_path++; in file_connect() 228 if(actual_path[i] == '/') in file_connect() 229 actual_path[i] = '\\'; in file_connect() 230 else if(!actual_path[i]) { /* binary zero */ in file_connect() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | safe_readlink_unittest.cc | 70 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/ |
D | pyjsontestrunner.py | 14 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 )
|