Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/common/
H A Dcheck_log.c82 char target_file[NAME_BUFFER_SIZE]; in find_and_check_file() local
83 snprintf(target_file, NAME_BUFFER_SIZE, "%s%s", log_dir, ptr->d_name); in find_and_check_file()
84 check_log(target_file, pattern); in find_and_check_file()
105 char target_file[NAME_BUFFER_SIZE]; in clear_log() local
106 snprintf(target_file, NAME_BUFFER_SIZE, "%s%s", log_dir, ptr->d_name); in clear_log()
107 remove(target_file); in clear_log()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dupdate_extension_data.py123 target_file = os.path.join(THIS_DIR, 'extension_data', target_file_name)
134 logging.info('%s -> %s' % (fname, target_file))
137 shutil.copy(source_file, target_file)
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc425 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
430 target_file, in TEST_F()
453 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
463 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
468 target_file, in TEST_F()
484 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
H A Dzip_reader.h216 void ExtractChunk(base::File target_file,
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_preinit.c163 char target_file[FILE_NAME_MAX_SIZE] = {0}; in get_proc_name() local
164 (void)snprintf(target_file, sizeof(target_file), "/proc/%d/cmdline", pid); in get_proc_name()
165 FILE *f = fopen(target_file, "r"); in get_proc_name()
/third_party/musl/src/hook/linux/
H A Dmusl_preinit.c178 char target_file[FILE_NAME_MAX_SIZE] = {0}; in get_proc_name() local
179 (void)snprintf(target_file, sizeof(target_file), "/proc/%d/cmdline", pid); in get_proc_name()
180 FILE *f = fopen(target_file, "r"); in get_proc_name()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc537 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
542 target_file, in TEST_F()
565 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
672 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
677 target_file, in TEST_F()
693 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
H A Dzip_reader.h271 void ExtractChunk(base::File target_file,
/third_party/node/deps/zlib/google/
H A Dzip_reader_unittest.cc523 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
528 target_file, in TEST_F()
551 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
658 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
663 target_file, in TEST_F()
679 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
H A Dzip_reader.h303 void ExtractChunk(base::File target_file,
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py348 with open(target_filename, 'r') as target_file:
349 file_contents = target_file.read()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py348 with open(target_filename, 'r') as target_file:
349 file_contents = target_file.read()
/third_party/spirv-tools/test/tools/
H A Dexpect.py363 with open(target_filename, 'r') as target_file:
364 file_contents = target_file.read()
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c118 EXECRES read_js_or_snapshot_file(char* filename, uint8_t* target_file, int* file_bytesize, int buffer_capacity) { in read_js_or_snapshot_file() argument
143 tmp_read = read(fd, target_file + read_offset, here_to_read); in read_js_or_snapshot_file()
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc416 SourceFile target_file = in WriteProjectFiles() local
419 if (target_file.is_null()) in WriteProjectFiles()
422 base::FilePath vcxproj_path = build_settings_->GetFullPath(target_file); in WriteProjectFiles()
/third_party/python/Lib/test/
H A Dtest_posix.py936 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs):
937 st = os.stat(target_file)
943 chflags_func(target_file, flags, **kwargs)
951 new_st = os.stat(target_file)
954 fd = open(target_file, 'w+')
958 posix.chflags(target_file, st.st_flags)
H A Dtest_tarfile.py1476 target_file = os.path.join(tempdir,'symlink')
1479 os.symlink(source_file, target_file)
1482 tar.add(target_file, arcname="symlink")
/third_party/json/tools/cpplint/
H A Dcpplint.py6637 with codecs.open(filename, 'r', 'utf8', 'replace') as target_file:
6638 lines = target_file.read().split('\n')

Completed in 29 milliseconds