Home
last modified time | relevance | path

Searched defs:new_file (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem_test.cc223 std::unique_ptr<WritableFile> new_file; in TEST_P() local
230 std::unique_ptr<WritableFile> new_file; in TEST_P() local
240 std::unique_ptr<WritableFile> new_file; in TEST_P() local
252 std::unique_ptr<WritableFile> new_file; in TEST_P() local
259 std::unique_ptr<WritableFile> new_file; in TEST_P() local
266 std::unique_ptr<WritableFile> new_file; in TEST_P() local
276 std::unique_ptr<WritableFile> new_file; in TEST_P() local
283 std::unique_ptr<WritableFile> new_file; in TEST_P() local
308 std::unique_ptr<RandomAccessFile> new_file; in TEST_P() local
315 std::unique_ptr<RandomAccessFile> new_file; in TEST_P() local
[all …]
/aosp_15_r20/external/zucchini/
H A Dzucchini_integration.cc43 base::File new_file, in GenerateCommon()
100 base::File new_file, in ApplyCommon()
168 base::File new_file, in Generate()
188 File new_file(new_path, File::FLAG_OPEN | File::FLAG_READ | in Generate() local
202 base::File new_file, in Apply()
218 File new_file(new_path, File::FLAG_CREATE_ALWAYS | File::FLAG_READ | in Apply() local
H A Dintegration_test.cc41 base::MemoryMappedFile new_file; in TestGenApply() local
H A Dzucchini_commands.cc110 File new_file(params.file_paths[1], File::FLAG_OPEN | File::FLAG_READ | in MainMatch() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dfiledup.c24 static apr_status_t file_dup(apr_file_t **new_file, apr_file_t *old_file, apr_pool_t *p) in file_dup()
66 APR_DECLARE(apr_status_t) apr_file_dup(apr_file_t **new_file, apr_file_t *old_file, apr_pool_t *p) in apr_file_dup()
78 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, apr_file_t *old_file, apr_pool_t *p) in apr_file_dup2()
85 APR_DECLARE(apr_status_t) apr_file_setaside(apr_file_t **new_file, in apr_file_setaside()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfiledup.c23 static apr_status_t file_dup(apr_file_t **new_file, in file_dup()
128 APR_DECLARE(apr_status_t) apr_file_dup(apr_file_t **new_file, in apr_file_dup()
134 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2()
140 APR_DECLARE(apr_status_t) apr_file_setaside(apr_file_t **new_file, in apr_file_setaside()
/aosp_15_r20/art/artd/
H A Dfile_utils_test.cc65 std::unique_ptr<NewFile> new_file = OR_RETURN(NewFile::Create(path, fs_permission)); in Create() local
98 Result<std::unique_ptr<NewFile>> new_file = NewFile::Create(path, fs_permission_); in TEST_F() local
119 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
132 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
145 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dfiledup.c26 APR_DECLARE(apr_status_t) apr_file_dup(apr_file_t **new_file, in apr_file_dup()
69 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file, in apr_file_dup2()
189 APR_DECLARE(apr_status_t) apr_file_setaside(apr_file_t **new_file, in apr_file_setaside()
/aosp_15_r20/external/bsdiff/
H A Dbspatch.cc202 std::unique_ptr<FileInterface> new_file = in bspatch() local
237 std::unique_ptr<FileInterface> new_file(new SinkFile(sink)); in bspatch() local
245 const std::unique_ptr<FileInterface>& new_file, in bspatch()
/aosp_15_r20/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc603 for (const FilesystemInterface::File& new_file : new_files) { in DeltaReadPartition() local
665 File new_file; in DeltaReadPartition() local
797 File new_file; in DeltaMovedAndZeroBlocks() local
860 const File& new_file, in DeltaReadFile()
1048 const File& new_file, in ReadExtentsToDiff()
H A Ddelta_diff_utils.h173 const File& new_file, in BestDiffGenerator()
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getsrclines.c491 struct filelist *new_file = NEW_FILE (); in read_srclines() local
636 struct filelist *new_file = n == 0 ? &null_file : NEW_FILE (); in read_srclines() local
820 struct filelist *new_file = NEW_FILE (); in read_srclines() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream.cc92 bool MoveFile(absl::string_view old_file, absl::string_view new_file) { in MoveFile()
153 bool MoveFile(absl::string_view old_file, absl::string_view new_file) { in MoveFile()
/aosp_15_r20/external/crosvm/e2e_tests/tests/
H A Dfs.rs41 let new_file = dir.path().join(NEW_FILE_NAME); in copy_file() localVariable
246 let new_file = dir.path().join(NEW_FILE_NAME); in copy_file_validate_ugid_mapping() localVariable
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/
Daidl.rs303 let new_file = unsafe { File::from_raw_fd(new_fd) }; in createFileInDirectory() localVariable
412 let new_file = unsafe { File::from_raw_fd(new_fd) }; in open_readonly_at() localVariable
/aosp_15_r20/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py36 def new_file(): function
Dmenu-all-types-of-entries.py37 def new_file(): function
/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dfopen_test.cpp29 FILE *new_file = LIBC_NAMESPACE::fopen("./testdata/test_data.txt", "r"); in TEST() local
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-log-creator.h46 bool new_file; member
/aosp_15_r20/packages/modules/Virtualization/build/apex/
Dreplace_bytes.py42 def ReplaceBytes(target_file, old_file, new_file): argument
/aosp_15_r20/external/zucchini/fuzzers/
H A Dgenerate_fuzzer_data.py35 def gen(old_file, new_file, patch_file, output_file, is_raw, is_win): argument
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dprotoc-gen-gogoproto.cc73 FileDescriptorProto new_file; in Generate() local
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dprotoc-gen-gogoproto.cc73 FileDescriptorProto new_file; in Generate() local
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/file/
Dattr.rs47 pub fn new_file(service: VirtFdService, remote_fd: i32) -> Attr { in new_file() method
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-storage-collection.cc39 IIcingStorage *new_file) { in Swap()

123