OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_path
(Results
1 - 5
of
5
) 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
23
actual_path
= path_templates.GetActualPath(i)
31
actual_paths.append(
actual_path
)
40
actual_path
= path_templates.GetActualPath(i)
51
print "Checking " +
actual_path
55
[self.pdfium_diff_path, expected_path,
actual_path
])
62
[self.pdfium_diff_path, platform_expected_path,
actual_path
])
76
actual_path
= path_templates.GetActualPath(page)
77
if not os.path.isfile(
actual_path
):
94
shutil.copyfile(
actual_path
, expected_path)
/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
142
char *
actual_path
;
local
166
actual_path
= real_path;
167
if((
actual_path
[0] == '/') &&
168
actual_path
[1] &&
169
(
actual_path
[2] == ':' ||
actual_path
[2] == '|')) {
170
actual_path
[2] = ':';
171
actual_path
++;
177
if(
actual_path
[i] == '/')
178
actual_path
[i] = '\\'
[
all
...]
/external/tensorflow/tensorflow/python/training/
saver_test.py
[
all
...]
Completed in 769 milliseconds