Home
last modified time | relevance | path

Searched refs:tmpd (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utime/
Dutime03.c233 char *tmpd = NULL; in setup() local
249 tmpd = SAFE_GETCWD(NULL, tmpd, 0); in setup()
262 SAFE_CHMOD(cleanup, tmpd, 0711); in setup()
/external/iw/
Dbitrate.c116 double tmpd; in handle_bitrates() local
176 tmpd = strtod(argv[i], &end); in handle_bitrates()
179 if (tmpd < 1 || tmpd > 255 * 2) in handle_bitrates()
181 legacy[(*n_legacy)++] = tmpd * 2; in handle_bitrates()
/external/python/cpython2/Lib/test/
Dtest_source_encoding.py154 tmpd = tempfile.mkdtemp()
156 fn = os.path.join(tmpd, 'test.py')
161 rmtree(tmpd)
Dtest_compile.py564 tmpd = tempfile.mkdtemp()
566 fn = os.path.join(tmpd, "bad.py")
571 test_support.rmtree(tmpd)
/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c40 Fq2Elem tmpd; in Fq6Mul() local
45 Fq2Elem* temp_d = &tmpd; in Fq6Mul()
76 Fq2Elem tmpd; in Fq6Inv() local
80 Fq2Elem* temp_d = &tmpd; in Fq6Inv()
/external/python/cpython3/Lib/test/
Dtest_source_encoding.py216 with tempfile.TemporaryDirectory() as tmpd:
217 fn = os.path.join(tmpd, 'test.py')
Dtest_compile.py517 with tempfile.TemporaryDirectory() as tmpd:
518 fn = os.path.join(tmpd, "bad.py")
527 with tempfile.TemporaryDirectory() as tmpd:
528 fn = os.path.join(tmpd, "bad.py")
/external/autotest/server/cros/faft/
Dfirmware_test.py389 tmpd = self.servo.system_output('mktemp -d -t usbcheck.XXXX')
390 self.servo.system('mount -o ro %s %s' % (rootfs, tmpd))
394 os.path.join(tmpd, 'etc/lsb-release'))
407 for cmd in ('umount -l %s' % tmpd, 'sync', 'rm -rf %s' % tmpd):
/external/autotest/server/hosts/
Dcros_host.py608 tmpd = autotemp.tempdir(unique_id='fwimage')
611 local_tarball = os.path.join(tmpd.name, os.path.basename(fwurl))
619 tmpd.clean()