Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py37 def FileLock(target_file, flags): argument
43 AcquireFileLock(target_file, flags)
47 ReleaseFileLock(target_file)
50 def AcquireFileLock(target_file, flags): argument
61 _LockImplWin(target_file, flags)
63 _LockImplPosix(target_file, flags)
68 def ReleaseFileLock(target_file): argument
74 _UnlockImplWin(target_file)
76 _UnlockImplPosix(target_file)
83 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/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.py82 'file'])) == args.target_file:
84 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/grpc-grpc/tools/distrib/python/
Dmake_grpcio_tools.py155 target_file = os.path.abspath(
157 shutil.copyfile(source_file, target_file)
/external/python/cpython2/Lib/test/
Dtest_posix.py451 def _test_chflags_regular_file(self, chflags_func, target_file): argument
452 st = os.stat(target_file)
457 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
465 new_st = os.stat(target_file)
468 fd = open(target_file, 'w+')
472 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.cc442 std::unique_ptr<WritableFile> target_file; in FileSystemCopyFile() local
443 TF_RETURN_IF_ERROR(target_fs->NewWritableFile(target, &target_file)); in FileSystemCopyFile()
454 TF_RETURN_IF_ERROR(target_file->Append(result)); in FileSystemCopyFile()
457 return target_file->Close(); in FileSystemCopyFile()
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dsparse_image_warp_test.py205 target_file = (
210 target_image = self.load_image(target_file, sess)
/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py317 with open(target_filename, 'r') as target_file:
318 file_contents = target_file.read()
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py317 with open(target_filename, 'r') as target_file:
318 file_contents = target_file.read()
/external/curl/docs/cmdline-opts/
Dquote.d40 The ln and symlink commands create a symbolic link at the target_file location
/external/python/cpython3/Lib/test/
Dtest_posix.py894 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs): argument
895 st = os.stat(target_file)
901 chflags_func(target_file, flags, **kwargs)
909 new_st = os.stat(target_file)
912 fd = open(target_file, 'w+')
916 posix.chflags(target_file, st.st_flags)
Dtest_tarfile.py1305 target_file = os.path.join(tempdir,'symlink')
1308 os.symlink(source_file, target_file)
1311 tar.add(target_file)
/external/guice/extensions/persist/lib/
Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...