Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 25 of 1441) sorted by relevance

12345678910>>...58

/aosp_15_r20/system/core/trusty/storage/tests/
H A Dmain.cpp252 const char *fname = "test_create_delete_file"; in TEST_P() local
297 const char *fname = "delete_opened_test_file"; in TEST_P() local
334 const char *fname = "test_open_no_create_file"; in TEST_P() local
368 const char *fname = "test_open_create_file"; in TEST_P() local
396 const char *fname = "ABCDEFGHIJKLMNOPQRSTUVWXYZ-abcdefghijklmnopqrstuvwxyz_01234.56789"; in TEST_P() local
423 const char *fname = "test_write_read_sequential"; in TEST_P() local
465 const char *fname = "test_open_truncate"; in TEST_P() local
508 const char *fname = "test_open_same_file"; in TEST_P() local
591 const char *fname = "test_read_eof"; in TEST_P() local
637 const char *fname = "test_get_file_size"; in TEST_P() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system.h71 const std::string& fname, std::unique_ptr<RandomAccessFile>* result) { in NewRandomAccessFile()
76 const std::string& fname, TransactionToken* token, in NewRandomAccessFile()
96 const std::string& fname, std::unique_ptr<WritableFile>* result) { in NewWritableFile()
101 const std::string& fname, TransactionToken* token, in NewWritableFile()
118 const std::string& fname, std::unique_ptr<WritableFile>* result) { in NewAppendableFile()
123 const std::string& fname, TransactionToken* token, in NewAppendableFile()
139 const std::string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile()
144 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
150 virtual tensorflow::Status FileExists(const std::string& fname) { in FileExists()
154 virtual tensorflow::Status FileExists(const std::string& fname, in FileExists()
[all …]
H A Denv.cc112 Status Env::GetFileSystemForFile(const std::string& fname, in GetFileSystemForFile()
195 Status Env::NewRandomAccessFile(const string& fname, in NewRandomAccessFile()
203 const string& fname, std::unique_ptr<ReadOnlyMemoryRegion>* result) { in NewReadOnlyMemoryRegionFromFile()
209 Status Env::NewWritableFile(const string& fname, in NewWritableFile()
216 Status Env::NewAppendableFile(const string& fname, in NewAppendableFile()
223 Status Env::FileExists(const string& fname) { in FileExists()
288 Status Env::DeleteFile(const string& fname) { in DeleteFile()
312 Status Env::Stat(const string& fname, FileStatistics* stat) { in Stat()
318 Status Env::IsDirectory(const string& fname) { in IsDirectory()
330 Status Env::CanCreateTempFile(const string& fname, bool* can_create_temp_file) { in CanCreateTempFile()
[all …]
H A Dnull_file_system.h42 const string& fname, TransactionToken* token, in NewRandomAccessFile()
47 Status NewWritableFile(const string& fname, TransactionToken* token, in NewWritableFile()
52 Status NewAppendableFile(const string& fname, TransactionToken* token, in NewAppendableFile()
58 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
64 Status FileExists(const string& fname, TransactionToken* token) override { in FileExists()
78 Status DeleteFile(const string& fname, TransactionToken* token) override { in DeleteFile()
90 Status GetFileSize(const string& fname, TransactionToken* token, in GetFileSize()
100 Status Stat(const string& fname, TransactionToken* token, in Stat()
H A Dram_file_system.h112 auto fname = StripRamFsPrefix(fname_); in NewRandomAccessFile() local
128 auto fname = StripRamFsPrefix(fname_); in NewWritableFile() local
144 auto fname = StripRamFsPrefix(fname_); in NewAppendableFile() local
158 const std::string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
166 auto fname = StripRamFsPrefix(fname_); in FileExists() local
206 auto fname = StripRamFsPrefix(fname_); in Stat() local
229 auto fname = StripRamFsPrefix(fname_); in DeleteFile() local
290 auto fname = StripRamFsPrefix(fname_); in GetFileSize() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.cpp31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t argument
32 #define API_ENTRY(fname,params,args) \ argument
35 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
48 #define API_ENTRY(fname,params,args) \ argument
51 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
68 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument
72 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument
93 #define API_ENTRY(fname,params,args) \ argument
107 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
129 #define API_ENTRY(fname,params,args) \ argument
[all …]
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
DClientAPIExts.cpp29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t argument
31 #define API_ENTRY(fname,params,args) \ argument
34 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
47 #define API_ENTRY(fname,params,args) \ argument
50 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
67 #define API_ENTRY(fname,params,args) \ in initClientFuncs() argument
71 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument
93 #define API_ENTRY(fname,params,args) \ argument
108 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
130 #define API_ENTRY(fname,params,args) \ argument
[all …]
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest/
Dmain.c303 const char* fname = "test_create_delete_file"; in TEST_F() local
648 const char* fname = "delete_opened_test_file"; in TEST_F() local
687 const char* fname = "test_open_no_create_file"; in TEST_F() local
723 const char* fname = "test_open_create_file"; in TEST_F() local
752 const char* fname = in TEST_F() local
781 const char* fname = "test_write_read_sequential"; in TEST_F() local
825 const char* fname = "test_open_truncate"; in TEST_F() local
870 const char* fname = "test_open_same_file"; in TEST_F() local
956 const char* fname = "test_read_eof"; in TEST_F() local
1004 const char* fname = "test_get_file_size"; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dbuffered_inputstream_test.cc66 string fname; in TEST() local
83 string fname; in TEST() local
109 string fname; in TEST() local
134 string fname; in TEST() local
164 string fname; in TEST() local
194 string fname; in TEST() local
218 string fname; in TEST() local
241 string fname; in TEST() local
263 string fname; in TEST() local
327 string fname; in TEST() local
[all …]
H A Dinputbuffer_test.cc40 string fname; in TEST() local
55 string fname; in TEST() local
79 string fname; in TEST() local
102 string fname; in TEST() local
130 string fname; in TEST() local
158 string fname; in TEST() local
232 string fname; in TEST() local
268 string fname; in TEST() local
304 string fname; in TEST() local
343 string fname; in TEST() local
[all …]
H A Drecord_reader_writer_test.cc47 uint64 GetFileSize(const string& fname) { in GetFileSize()
63 string fname = testing::TmpDir() + "/record_reader_writer_flush_test"; in VerifyFlush() local
122 string fname = testing::TmpDir() + "/record_reader_writer_test"; in TEST() local
163 string fname = testing::TmpDir() + "/record_reader_writer_skip_basic_test"; in TEST() local
199 string fname = in TEST() local
234 string fname = testing::TmpDir() + "/record_reader_writer_snappy_test"; in TEST() local
272 string fname = testing::TmpDir() + "/record_reader_writer_zlib_test"; in TEST() local
310 string fname = testing::TmpDir() + "/record_reader_writer_flush_close_test"; in TEST() local
/aosp_15_r20/external/leveldb/util/
H A Denv.cc21 Status Env::NewAppendableFile(const std::string& fname, WritableFile** result) { in NewAppendableFile()
28 Status Env::RemoveFile(const std::string& fname) { return DeleteFile(fname); } in RemoveFile()
29 Status Env::DeleteFile(const std::string& fname) { return RemoveFile(fname); } in DeleteFile()
51 const std::string& fname, bool should_sync) { in DoWriteStringToFile()
72 const std::string& fname) { in WriteStringToFile()
77 const std::string& fname) { in WriteStringToFileSync()
81 Status ReadFileToString(Env* env, const std::string& fname, std::string* data) { in ReadFileToString()
/aosp_15_r20/external/leveldb/helpers/memenv/
H A Dmemenv.cc232 Status NewSequentialFile(const std::string& fname, in NewSequentialFile()
244 Status NewRandomAccessFile(const std::string& fname, in NewRandomAccessFile()
256 Status NewWritableFile(const std::string& fname, in NewWritableFile()
276 Status NewAppendableFile(const std::string& fname, in NewAppendableFile()
289 bool FileExists(const std::string& fname) override { in FileExists()
311 void RemoveFileInternal(const std::string& fname) in RemoveFileInternal()
321 Status RemoveFile(const std::string& fname) override { in RemoveFile()
335 Status GetFileSize(const std::string& fname, uint64_t* file_size) override { in GetFileSize()
358 Status LockFile(const std::string& fname, FileLock** lock) override { in LockFile()
373 Status NewLogger(const std::string& fname, Logger** result) override { in NewLogger()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_reader_test.cc75 const string fname = strings::StrCat(fname_base, "_0"); in SimpleFloatHelper() local
97 const string fname = strings::StrCat(fname_base, "_1"); in SimpleFloatHelper() local
200 const string fname = strings::StrCat(fname_base, "_0"); in SimpleIntXHelper() local
222 const string fname = strings::StrCat(fname_base, "_1"); in SimpleIntXHelper() local
359 const string fname = io::JoinPath(testing::TmpDir(), "invalid_checkpoint"); in TEST() local
387 const string fname = io::JoinPath(testing::TmpDir(), "int32_ref_checkpoint"); in TEST() local
415 const string fname = in TEST() local
440 const string fname = in TEST() local
463 const string fname = in TEST() local
503 const string fname = strings::StrCat(fname_base, "_0"); in CachedTensorSliceReaderTesterHelper() local
[all …]
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_archive.c112 static const char *archive_fallback_get_path(void *handle, const char *fname, in archive_fallback_get_path()
123 static int archive_fallback_has_entry(void *handle, const char *fname) in archive_fallback_has_entry()
136 static int archive_fallback_read_file(void *handle, const char *fname, in archive_fallback_read_file()
160 static int archive_fallback_write_file(void *handle, const char *fname, in archive_fallback_write_file()
368 static int archive_libarchive_has_entry(void *handle, const char *fname) in archive_libarchive_has_entry()
383 void *handle, const char *fname, uint8_t **data, in archive_libarchive_read_file()
413 void *handle, const char *fname, uint8_t *data, uint32_t size, in archive_libarchive_write_file()
444 static int archive_zip_has_entry(void *handle, const char *fname) in archive_zip_has_entry()
474 static int archive_zip_read_file(void *handle, const char *fname, in archive_zip_read_file()
512 static int archive_zip_write_file(void *handle, const char *fname, in archive_zip_write_file()
[all …]
H A Dcmd_show.c107 int ft_show_pubkey(const char *fname) in ft_show_pubkey()
133 int ft_show_privkey(const char *fname) in ft_show_privkey()
170 int ft_show_keyblock(const char *fname) in ft_show_keyblock()
208 static int fw_show_metadata_hash(const char *fname, enum bios_component body_c, in fw_show_metadata_hash()
273 int show_fw_preamble_buf(const char *fname, uint8_t *buf, uint32_t len, in show_fw_preamble_buf()
437 int ft_show_fw_preamble(const char *fname) in ft_show_fw_preamble()
453 int ft_show_kernel_preamble(const char *fname) in ft_show_kernel_preamble()
683 static int load_publickey(const char *fname, uint8_t **buf_ptr, in load_publickey()
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dposix_file_system.cc55 PosixRandomAccessFile(const string& fname, int fd) in PosixRandomAccessFile()
134 PosixWritableFile(const string& fname, FILE* f) in PosixWritableFile()
225 const string& fname, TransactionToken* token, in NewRandomAccessFile()
238 Status PosixFileSystem::NewWritableFile(const string& fname, in NewWritableFile()
253 const string& fname, TransactionToken* token, in NewAppendableFile()
267 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
291 Status PosixFileSystem::FileExists(const string& fname, in FileExists()
326 Status PosixFileSystem::DeleteFile(const string& fname, in DeleteFile()
354 Status PosixFileSystem::GetFileSize(const string& fname, in GetFileSize()
367 Status PosixFileSystem::Stat(const string& fname, TransactionToken* token, in Stat()
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/
H A Dasset_manager_filesystem.cc127 Status AssetManagerFileSystem::FileExists(const string& fname, in FileExists()
139 const string& fname, TransactionToken* token, in NewRandomAccessFile()
152 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
206 Status AssetManagerFileSystem::GetFileSize(const string& fname, in GetFileSize()
224 Status AssetManagerFileSystem::Stat(const string& fname, in Stat()
234 string AssetManagerFileSystem::NormalizeDirectoryPath(const string& fname) { in NormalizeDirectoryPath()
244 bool AssetManagerFileSystem::DirectoryExists(const std::string& fname) { in DirectoryExists()
260 const string& fname, TransactionToken* token, in NewWritableFile()
265 const string& fname, TransactionToken* token, in NewAppendableFile()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestfile.c511 const char *fname = "data/modneg.dat"; in test_mod_neg() local
584 const char *fname, in file_contents_equal()
609 const char *fname = "data/testputs.txt"; in test_puts() local
632 const char *fname = "data/testwritev.txt"; in test_writev() local
674 const char *fname = "data/testwritev_full.txt"; in test_writev_full() local
710 const char *fname = "data/testwritev_buffered.dat"; in test_writev_buffered() local
744 const char *fname = "data/testwritev_buffered.dat"; in test_writev_buffered_seek() local
779 const char *fname = "data/testtruncate.dat"; in test_truncate() local
817 const char *fname = "data/testbigfprintf.dat"; in test_bigfprintf() local
849 const char *fname = "data/testflush.dat"; in test_fail_write_flush() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dwindows_file_system.cc112 WindowsRandomAccessFile(const string& fname, HANDLE hfile) in WindowsRandomAccessFile()
188 WindowsWritableFile(const string& fname, HANDLE hFile) in WindowsWritableFile()
312 const string& fname, TransactionToken* token, in NewRandomAccessFile()
340 const string& fname, TransactionToken* token, in NewWritableFile()
361 const string& fname, TransactionToken* token, in NewAppendableFile()
392 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
469 Status WindowsFileSystem::FileExists(const string& fname, in FileExists()
516 Status WindowsFileSystem::DeleteFile(const string& fname, in DeleteFile()
549 Status WindowsFileSystem::GetFileSize(const string& fname, in GetFileSize()
568 Status WindowsFileSystem::IsDirectory(const string& fname, in IsDirectory()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dproc_mutex.c32 const char *fname) in proc_mutex_no_child_init()
71 const char *fname) in proc_mutex_posix_create()
237 const char *fname) in proc_mutex_sysv_create()
357 const char *fname) in proc_mutex_proc_pthread_create()
557 const char *fname) in proc_mutex_fcntl_create()
677 const char *fname)
753 const char *fname)
876 …apr_status_t proc_mutex_create(apr_proc_mutex_t *new_mutex, apr_lockmech_e mech, const char *fname)
894 const char *fname,
912 const char *fname,
/aosp_15_r20/external/dtc/
H A Dsrcpos.c47 static void set_initial_path(char *fname) in set_initial_path()
58 static char *shorten_to_initial_path(char *fname) in shorten_to_initial_path()
100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
127 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
146 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open()
172 void srcfile_push(const char *fname) in srcfile_push()
289 const char *fname = "<no-file>"; in srcpos_string() local
314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc962 const string& fname, TransactionToken* token, in NewRandomAccessFile()
977 [this, bucket, object](const string& fname, GcsFileStat* stat) { in NewRandomAccessFile()
1002 StringPiece* result, char* scratch) { in NewRandomAccessFile()
1047 Status GcsFileSystem::LoadBufferFromGCS(const string& fname, size_t offset, in LoadBufferFromGCS()
1227 Status GcsFileSystem::ParseGcsPathForScheme(StringPiece fname, string scheme, in ParseGcsPathForScheme()
1250 Status GcsFileSystem::ParseGcsPath(StringPiece fname, bool empty_object_ok, in ParseGcsPath()
1255 void GcsFileSystem::ClearFileCaches(const string& fname) { in ClearFileCaches()
1263 Status GcsFileSystem::NewWritableFile(const string& fname, in NewWritableFile()
1312 Status GcsFileSystem::NewAppendableFile(const string& fname, in NewAppendableFile()
1391 const string& fname, TransactionToken* token, in NewReadOnlyMemoryRegionFromFile()
[all …]
/aosp_15_r20/external/elfutils/tests/
H A Delfstrmerge.c96 fail (const char *msg, const char *fname) in fail()
107 fail_errno (const char *msg, const char *fname) in fail_errno()
118 fail_idx (const char *msg, const char *fname, size_t idx) in fail_idx()
129 fail_elf (const char *msg, const char *fname) in fail_elf()
140 fail_elf_idx (const char *msg, const char *fname, size_t idx) in fail_elf_idx()
153 const char *fname, in newsecndx()
178 new_data_buf (Elf_Data *d, const char *fname, in new_data_buf()
203 const char *fname; in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify.h137 const char *fname) in require_fanotify_access_permissions_supported_on_fs()
165 const char *fname) in fanotify_flags_supported_on_fs()
204 static inline int fanotify_init_flags_supported_on_fs(unsigned int flags, const char *fname) in fanotify_init_flags_supported_on_fs()
209 static inline int fanotify_mark_supported_on_fs(uint64_t flag, const char *fname) in fanotify_mark_supported_on_fs()
223 const char *fname) in fanotify_get_supported_init_flags()
279 #define REQUIRE_FANOTIFY_INIT_FLAGS_SUPPORTED_ON_FS(flags, fname) \ argument
296 #define REQUIRE_MARK_TYPE_SUPPORTED_ON_FS(mark_type, fname) \ argument
304 #define REQUIRE_FANOTIFY_EVENTS_SUPPORTED_ON_FS(init_flags, mark_type, mask, fname) do { \ argument

12345678910>>...58