Home
last modified time | relevance | path

Searched refs:target_file (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py33 def FileLock(target_file, flags): argument
39 AcquireFileLock(target_file, flags)
43 ReleaseFileLock(target_file)
46 def AcquireFileLock(target_file, flags): argument
57 _LockImplWin(target_file, flags)
59 _LockImplPosix(target_file, flags)
64 def ReleaseFileLock(target_file): argument
70 _UnlockImplWin(target_file)
72 _UnlockImplPosix(target_file)
79 def _LockImplWin(target_file, flags): argument
[all …]
Dlock_unittest.py36 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
37 with open(target_file, 'r') as f:
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py130 target_file = '%s/%s' % (extract_dir, 'ec.bin')
131 dut_access.CopyToDevice(self.new_ec, target_file, mode='scp')
132 target_file = '%s/%s' % (extract_dir, 'bios.bin')
133 dut_access.CopyToDevice(self.new_bios, target_file, mode='scp')
136 target_file = '%s/%s' % (extract_dir, 'pd.bin')
137 dut_access.CopyToDevice(self.new_pd, target_file, mode='scp')
/external/syslinux/mtools/
Dsyslinux.c130 char target_file[4096], command[5120]; in move_file() local
131 char *cp = target_file, *ep = target_file + sizeof target_file - 16; in move_file()
165 sprintf(command, "mattrib -h -r -s %s 2>/dev/null", target_file); in move_file()
169 sprintf(command, "mmove -D o -D O s:/%s %s", filename, target_file); in move_file()
179 sprintf(command, "mattrib +r +h +s %s", target_file); in move_file()
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DCodeWarrior_suite.py336 class target_file(aetools.ComponentItem): class
404 target_files = target_file
528 target_file._superclassnames = []
529 target_file._privpropdict = {
547 target_file._privelemdict = {
568 'target_file' : target_file,
640 'SRCF' : target_file,
D__init__.py77 getbaseclasses(target_file)
144 'SRCF' : target_file,
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cdb.py17 target_file = 'build_{0}.json'.format(name)
21 source_file = os.path.join(source_dir, target_file + '.in')
22 target_file = os.path.join(target_dir, 'compile_commands.json')
24 with open(target_file, 'w') as out_handle:
28 return target_file
/external/v8/tools/clang/scripts/
Dbuild_file.py80 'file'])) == args.target_file:
82 print 'error: could not find %s in compile DB!' % args.target_file
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py172 target_file = os.path.join(target_dir, pid + '.cmd')
173 logging.debug('writing exec report to: %s', target_file)
174 with open(target_file, 'ab') as handler:
/external/python/cpython2/Lib/test/
Dtest_posix.py446 def _test_chflags_regular_file(self, chflags_func, target_file): argument
447 st = os.stat(target_file)
452 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
460 new_st = os.stat(target_file)
463 fd = open(target_file, 'w+')
467 posix.chflags(target_file, st.st_flags)
Dtest_tarfile.py1058 target_file = os.path.join(tempdir,'symlink')
1061 os.symlink(source_file, target_file)
1064 tar.add(target_file, arcname=os.path.basename(target_file))
1088 target_file = os.path.join(tempdir,'symlink')
1091 os.symlink(source_file, target_file)
1093 tar.add(target_file, arcname=os.path.basename(target_file))
1118 target_file = os.path.join(tempdir,'symlink')
1121 os.link(source_file, target_file)
1124 tar.add(target_file, arcname=os.path.basename(target_file))
/external/tensorflow/tensorflow/core/platform/
Denv.cc428 std::unique_ptr<WritableFile> target_file; in FileSystemCopyFile() local
429 TF_RETURN_IF_ERROR(target_fs->NewWritableFile(target, &target_file)); in FileSystemCopyFile()
440 TF_RETURN_IF_ERROR(target_file->Append(result)); in FileSystemCopyFile()
443 return target_file->Close(); in FileSystemCopyFile()
/external/python/cpython3/Lib/test/
Dtest_posix.py679 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs): argument
680 st = os.stat(target_file)
686 chflags_func(target_file, flags, **kwargs)
694 new_st = os.stat(target_file)
697 fd = open(target_file, 'w+')
701 posix.chflags(target_file, st.st_flags)
Dtest_tarfile.py1252 target_file = os.path.join(tempdir,'symlink')
1255 os.symlink(source_file, target_file)
1258 tar.add(target_file)
/external/curl/docs/cmdline-opts/
Dquote.d40 The ln and symlink commands create a symbolic link at the target_file location
/external/autotest/server/cros/network/
Dwifi_client.py83 target_file = (constants.ANDROID_XMLRPC_SERVER_TARGET_DIR + '/'
85 host.send_file(xmlrpc_server_script, target_file)
/external/guice/extensions/persist/lib/
Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...