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

  /external/pdfium/testing/tools/
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/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/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 194 char *actual_path; local
217 actual_path = real_path;
218 if((actual_path[0] == '/') &&
219 actual_path[1] &&
220 (actual_path[2] == ':' || actual_path[2] == '|')) {
221 actual_path[2] = ':';
222 actual_path++;
228 if(actual_path[i] == '/')
229 actual_path[i] = '\\'
    [all...]
  /test/vts/runners/host/
logger.py 184 def createLatestLogAlias(actual_path):
188 actual_path: The source directory where the latest test run's logs are.
190 link_path = os.path.join(os.path.dirname(actual_path), "latest")
193 os.symlink(actual_path, link_path)
  /tools/test/connectivity/acts/framework/acts/
logger.py 193 def create_latest_log_alias(actual_path):
197 actual_path: The source directory where the latest test run's logs are.
199 link_path = os.path.join(os.path.dirname(actual_path), "latest")
202 os.symlink(actual_path, link_path)

Completed in 310 milliseconds