Searched defs:actual_path (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dsafe_readlink_unittest.cc70 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/
H A Dpyjsontestrunner.py14 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/chromium-trace/catapult/third_party/coverage/coverage/
H A Dfiles.py93 def actual_path(path): function
107 head = actual_path(head)
126 def actual_path(filename): function
151 path = actual_path(path)
/external/curl/lib/
H A Dfile.c194 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[
[all...]

Completed in 306 milliseconds