/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)));
|
/external/pdfium/testing/tools/ |
pngdiffer.py | 29 actual_path = actual_path_template % i 37 actual_paths.append(actual_path) 50 actual_path = actual_path_template % i 60 print "Checking " + actual_path 63 [self.pdfium_diff_path, expected_path, actual_path], redirect_output) 72 actual_path = os.path.join(working_dir, input_root + self.ACTUAL_TEMPLATE) 77 return (actual_path, expected_path, platform_expected_path)
|
/external/autotest/server/site_tests/android_ACTS/ |
android_ACTS.py | 43 actual_path = os.path.join(CONFIG_FOLDER_LOCATION, 46 actual_path = os.path.realpath(actual_path) 47 if not os.path.exists(actual_path): 48 raise error.TestFail('File: %s does not exist' % actual_path) 49 self.test_station.send_file(actual_path, self.ts_tempfolder)
|
/external/jsoncpp/test/ |
pyjsontestrunner.py | 14 actual_path = base_path + '.actual' variable 46 def parseAndSaveValueTree( input, actual_path ): 48 fout = file( actual_path, 'wt' ) 60 root = parseAndSaveValueTree( input, actual_path )
|
/external/curl/lib/ |
file.c | 195 char *actual_path; local 218 actual_path = real_path; 219 if((actual_path[0] == '/') && 220 actual_path[1] && 221 (actual_path[2] == ':' || actual_path[2] == '|')) { 222 actual_path[2] = ':'; 223 actual_path++; 229 if(actual_path[i] == '/') 230 actual_path[i] = '\\' [all...] |
/tools/test/connectivity/acts/framework/acts/ |
logger.py | 171 def create_latest_log_alias(actual_path): 175 actual_path: The source directory where the latest test run's logs are. 177 link_path = os.path.join(os.path.dirname(actual_path), "latest") 180 os.symlink(actual_path, link_path)
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
files.py | 93 def actual_path(path): function 107 head = actual_path(head) 126 def actual_path(filename): function 151 path = actual_path(path)
|