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

  /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 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...]
  /tools/test/connectivity/acts/framework/acts/
logger.py 172 def create_latest_log_alias(actual_path):
176 actual_path: The source directory where the latest test run's logs are.
178 link_path = os.path.join(os.path.dirname(actual_path), "latest")
181 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)

Completed in 170 milliseconds