/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
Makefile.in.in | 395 tmpdir=`pwd`; \ 400 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ 401 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 402 rm -f $$tmpdir/$$lang.new.po; \ 404 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 407 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 413 rm -f $$tmpdir/$$lang.new.po; \
|
/external/e2fsprogs/po/ |
Makefile.in.in | 337 tmpdir=`pwd`; \ 342 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ 343 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 344 rm -f $$tmpdir/$$lang.new.po; \ 346 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 349 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 355 rm -f $$tmpdir/$$lang.new.po; \
|
/external/elfutils/po/ |
Makefile.in.in | 369 tmpdir=`pwd`; \ 374 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ 375 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 376 rm -f $$tmpdir/$$lang.new.po; \ 378 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 381 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 387 rm -f $$tmpdir/$$lang.new.po; \
|
/ndk/sources/host-tools/make-3.81/po/ |
Makefile.in.in | 331 tmpdir=`pwd`; \ 336 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ 337 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 338 rm -f $$tmpdir/$$lang.new.po; \ 340 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 343 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 349 rm -f $$tmpdir/$$lang.new.po; \
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
Makefile.in.in | 361 tmpdir=`pwd`; \ 366 if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ 367 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ 368 rm -f $$tmpdir/$$lang.new.po; \ 370 if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ 373 echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ 379 rm -f $$tmpdir/$$lang.new.po; \
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
sdktools_test.py | 40 def SetupWithBaseDirPrefix(self, basedir_prefix, tmpdir=None): 41 self.basedir = tempfile.mkdtemp(prefix=basedir_prefix, dir=tmpdir) 239 self.SetupWithBaseDirPrefix('sdktools', tmpdir='.')
|
/external/skia/tests/ |
DataRefTest.cpp | 263 SkString tmpDir = skiatest::Test::GetTmpDir(); 264 if (tmpDir.isEmpty()) { 268 SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "data_test");
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 289 String cts = System.getProperty("java.io.tmpdir"); 290 File tmpDir = new File(cts); 291 File jarFile = File.createTempFile("file", ".jar", tmpDir);
|
/bionic/libc/bionic/ |
tmpfile.cpp | 108 // P_tmpdir is "/tmp/", but POSIX explicitly says that tmpdir(3) should try P_tmpdir before
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
tempnam.c | 61 if (issetugid() == 0 && (f = getenv("TMPDIR"))) {
|
/external/elfutils/src/ |
make-debug-archive.in | 25 outdir=${TMPDIR:-/tmp}/debugar$$
|
/external/openfst/src/lib/ |
flags.cc | 28 DEFINE_string(tmpdir, "/tmp/", "temporary directory");
|
/external/openssh/ |
includes.h | 137 # include <tmpdir.h>
|
ssh-agent.1 | 75 .Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt . 195 .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt
|
/external/qemu/ |
qemu-sockets-android.c | 496 char *tmpdir = getenv("TMPDIR"); local 498 tmpdir ? tmpdir : "/tmp");
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 25 DEFINE_string(tmpdir, "/tmp/", "temporary directory");
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
HttpResponseCacheTest.java | 39 String tmp = System.getProperty("java.io.tmpdir");
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 232 SmallString<1024> TmpDir; 235 TmpDir = getDir()->getName(); 236 llvm::sys::path::append(TmpDir, Filename); 250 HS.hasModuleMap(TmpDir, getDir(), isSystemHeaderDirectory())) { 251 const FileEntry *File = HS.getFileMgr().getFile(TmpDir.str(), 262 return HS.getFileMgr().getFile(TmpDir.str(), /*openFile=*/true); 531 SmallString<1024> TmpDir; 534 TmpDir += CurFileEnt->getDir()->getName(); 535 TmpDir.push_back('/'); 536 TmpDir.append(Filename.begin(), Filename.end()) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 154 copy_xxmodule_c(self.tmpdir) 155 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 154 copy_xxmodule_c(self.tmpdir) 155 self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 119 const char* tmpdir = getenv("TMPDIR"); local 120 if (tmpdir == NULL) 121 tmpdir = "/tmp"; 122 mkdir(tmpdir, 0755); // if necessary 123 filename_ = string(tmpdir) + "/profiledata_unittest.tmp";
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 119 const char* tmpdir = getenv("TMPDIR"); local 120 if (tmpdir == NULL) 121 tmpdir = "/tmp"; 122 mkdir(tmpdir, 0755); // if necessary 123 filename_ = string(tmpdir) + "/profiledata_unittest.tmp";
|
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 407 o.tmpDir = options[TEMPDIR].value; 409 o.tmpDir = o.targetDir; 533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; 561 uprv_strcpy(tmpDir, o->tmpDir); 562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); 564 uprv_strcpy(datFileNamePath, tmpDir); 690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath); 722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath); [all...] |
/external/mksh/src/ |
var.c | 1196 if (tmpdir) { 1197 afree(tmpdir, APERM); 1198 tmpdir = NULL; 1201 * Use tmpdir iff it is an absolute path, is writable 1211 strdupx(tmpdir, s, APERM); 1294 * loose the 'specialness': IFS, COLUMNS, PATH, TMPDIR 1311 if (tmpdir) { 1312 afree(tmpdir, APERM); 1313 tmpdir = NULL; [all...] |
/external/llvm/utils/lit/lit/ |
TestRunner.py | 343 tmpDir = os.path.join(execdir, 'Output') 344 tmpBase = os.path.join(tmpDir, execbase) 352 tmpDir = tmpDir.replace('\\', '/') 364 ('%T', tmpDir),
|