Home
last modified time | relevance | path

Searched defs:target_file (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py33 def FileLock(target_file, flags): argument
46 def AcquireFileLock(target_file, flags): argument
64 def ReleaseFileLock(target_file): argument
79 def _LockImplWin(target_file, flags): argument
91 def _UnlockImplWin(target_file): argument
105 def _LockImplPosix(target_file, flags): argument
116 def _UnlockImplPosix(target_file): argument
Dlock_unittest.py36 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
/external/syslinux/mtools/
Dsyslinux.c130 char target_file[4096], command[5120]; in move_file() local
/external/python/cpython2/Lib/test/
Dtest_posix.py446 def _test_chflags_regular_file(self, chflags_func, target_file): argument
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DCodeWarrior_suite.py336 class target_file(aetools.ComponentItem): class