Searched defs:tempdir (Results 1 - 7 of 7) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtempfile.py15 tempdir - If this is set to a string before the first use of
26 "tempdir", "gettempdir"
253 """Accessor for tempdir.template."""
256 tempdir = None variable
259 """Accessor for tempfile.tempdir."""
260 global tempdir
261 if tempdir is None:
264 if tempdir is None:
265 tempdir = _get_default_tempdir()
268 return tempdir
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtempfile.py15 tempdir - If this is set to a string before the first use of
26 "tempdir", "gettempdir"
253 """Accessor for tempdir.template."""
256 tempdir = None variable
259 """Accessor for tempfile.tempdir."""
260 global tempdir
261 if tempdir is None:
264 if tempdir is None:
265 tempdir = _get_default_tempdir()
268 return tempdir
[all...]
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
H A Dant-1.8.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/tools/common/ant/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
H A Dant-1.8.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/prebuilts/tools/common/google-api-java-client/1.20.0/
H A Dgoogle-api-java-client-min-repackaged-1.20.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/
H A Dgoogle-api-java-client-min-repackaged.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/commons- ...

Completed in 100 milliseconds