OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempPath
(Results
1 - 10
of
10
) sorted by null
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java
58
String
tempPath
;
67
tempPath
= System.getProperty(TMP_DIR_KEY);
69
File file = new File(
tempPath
+ SEP + "log");
100
reset(
tempPath
+ SEP + "log", "");
126
if (
tempPath
!= null) {
127
System.setProperty(TMP_DIR_KEY,
tempPath
);
130
assertFalse(new File(
tempPath
, "log_NoTmpDir.log").exists());
145
if (
tempPath
!= null) {
146
System.setProperty(TMP_DIR_KEY,
tempPath
);
155
FileOutputStream output = new FileOutputStream(
tempPath
+ SEP + "log
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp
135
DEFINE_STATIC_LOCAL(Path,
tempPath
, ());
137
tempPath
.clear();
139
tempPath
.addRect(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
141
tempPath
.addEllipse(zeroLengthSubpathRect(linecapPosition, this->strokeWidth()));
143
return &
tempPath
;
RenderSVGShape.cpp
165
DEFINE_STATIC_LOCAL(Path,
tempPath
, ());
167
tempPath
= *path;
168
tempPath
.transform(strokeTransform);
170
return &
tempPath
;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply
184
my ($fh, $
tempPath
) = tempfile(basename($fullPath) . "-XXXXXXXX",
189
rename($fullPath, $
tempPath
);
191
rename($
tempPath
, $fullPath);
/external/clang/lib/ARCMigrate/
FileRemapper.cpp
146
SmallString<64>
tempPath
;
150
tempPath
))
151
return report("Could not create file: " +
tempPath
.str(), Diag);
158
const FileEntry *newE = FileMgr->getFile(
tempPath
);
/external/lzma/CPP/Windows/
FileDir.cpp
773
CSysString
tempPath
;
774
if (!MyGetTempPath(
tempPath
))
776
if (Create(
tempPath
, prefix, resultPath) != 0)
781
if (!MyGetWindowsDirectory(
tempPath
))
783
return (Create(
tempPath
, prefix, resultPath) != 0);
811
UString
tempPath
;
812
if (!MyGetTempPath(
tempPath
))
814
if (Create(
tempPath
, prefix, resultPath) != 0)
816
if (!MyGetWindowsDirectory(
tempPath
))
818
return (Create(
tempPath
, prefix, resultPath) != 0);
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
os_os2.c
641
UniChar
tempPath
[CCHMAXPATH];
651
if( UniStrToUcs( ucUtf8,
tempPath
, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
655
UniStrFromUcs( uclCp, out,
tempPath
, CCHMAXPATH );
670
UniChar
tempPath
[CCHMAXPATH];
680
if( UniStrToUcs( uclCp,
tempPath
, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
684
UniStrFromUcs( ucUtf8, out,
tempPath
, CCHMAXPATH );
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
Update.cpp
842
const UString &
tempPath
= ap.GetTempPath();
851
if (!NDirectory::MyMoveFile(
tempPath
, arcPath))
855
errorInfo.FileName =
tempPath
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 232 milliseconds