OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpath
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKitTools/Scripts/
make-script-test-wrappers
64
my $
tpath
= $tfile;
67
if ($
tpath
=~ s:/(script-tests)/TEMPLATE.html$::) {
71
print "Inappropriate position of a template: ${
tpath
}\n";
75
print "${
tpath
}\n";
78
chdir($
tpath
);
/external/clearsilver/python/examples/base/
handle_error.py
99
tpath
= os.path.join (DUMP_DIR, "tmp", fname)
101
hdf.writeFile(
tpath
)
102
os.rename(
tpath
, npath)
/external/clearsilver/util/
neo_hdf.c
1296
char
tpath
[_POSIX_PATH_MAX];
local
1299
snprintf(
tpath
, sizeof(
tpath
), "%s.%5.5f.%d", path, ne_timef(), count++);
1301
fp = fopen(
tpath
, "w");
1303
return nerr_raise_errno (NERR_IO, "Unable to open %s for writing",
tpath
);
1311
unlink(
tpath
);
1314
if (rename(
tpath
, path) == -1)
1316
unlink (
tpath
);
1318
tpath
, path);
[
all
...]
Completed in 516 milliseconds