Searched refs:dtemp (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dfile_util_posix.cc462 char* dtemp = mkdtemp(buffer); local
463 if (!dtemp) {
467 *new_dir = FilePath(dtemp);
/external/chromium_org/base/
H A Dfile_util_posix.cc478 char* dtemp = mkdtemp(buffer); local
479 if (!dtemp) {
483 *new_dir = FilePath(dtemp);
/external/jpeg/
H A Dtransupp.c645 JDIMENSION dtemp; local
649 dtemp = dstinfo->image_width;
651 dstinfo->image_height = dtemp;
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.c645 JDIMENSION dtemp; local
649 dtemp = dstinfo->image_width;
651 dstinfo->image_height = dtemp;

Completed in 538 milliseconds