Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py37 def FileLock(target_file, flags): argument
50 def AcquireFileLock(target_file, flags): argument
68 def ReleaseFileLock(target_file): argument
83 def _LockImplWin(target_file, flags): argument
95 def _UnlockImplWin(target_file): argument
109 def _LockImplPosix(target_file, flags): argument
120 def _UnlockImplPosix(target_file): argument
Dlock_unittest.py41 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/
DCMakeLists.txt43 set(target_file libc.src.__support.File.${LIBC_TARGET_OS}.file) variable
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/
DCMakeLists.txt43 set(target_file libc.src.__support.File.${LIBC_TARGET_OS}.file) variable
/external/pigweed/pw_software_update/
Dmanifest_accessor.cc118 for (protobuf::Message target_file : GetTargetFiles()) { in GetTargetFile() local
Dupdate_bundle_accessor.cc652 for (protobuf::Message target_file : target_files) { in VerifyTargetsPayloads() local
/external/cronet/stable/base/win/
Dshortcut_unittest.cc38 const FilePath target_file( in SetUp() local
/external/cronet/tot/base/win/
Dshortcut_unittest.cc38 const FilePath target_file( in SetUp() local
/external/perfetto/tools/
Dgn_utils.py184 def gen_buildflags(gn_args, target_file): argument
/external/zlib/google/
Dzip_reader_unittest.cc531 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
666 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
/external/cronet/tot/components/nacl/renderer/
Dppb_nacl_private_impl.cc1322 base::File target_file(PPBNaClPrivate::CreateTemporaryFile(instance)); in DownloadNexe() local
1355 base::File target_file, in DownloadNexeCompletion()
1476 base::File target_file(PPBNaClPrivate::CreateTemporaryFile(instance)); in DownloadFile() local
/external/cronet/stable/components/nacl/renderer/
Dppb_nacl_private_impl.cc1322 base::File target_file(PPBNaClPrivate::CreateTemporaryFile(instance)); in DownloadNexe() local
1355 base::File target_file, in DownloadNexeCompletion()
1476 base::File target_file(PPBNaClPrivate::CreateTemporaryFile(instance)); in DownloadFile() local
/external/tensorflow/tensorflow/core/platform/
Denv.cc529 std::unique_ptr<WritableFile> target_file; in FileSystemCopyFile() local
/external/python/cpython3/Lib/test/
Dtest_posix.py1080 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs): argument