| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
| H A D | softbus_handler_asset_test.cpp | 321 string file = "test123"; in HWTEST_F() local 346 string file = "test123"; in HWTEST_F() local [all...] |
| /foundation/filemanagement/app_file_service/utils/src/b_hiaudit/ |
| H A D | zip_util.cpp | 78 FILE *ZipUtil::GetFileHandle(const std::string &file) in GetFileHandle() argument 93 std::string file = srcFile; in GetDestFilePath() local [all...] |
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
| H A D | kernel_talker.h | 78 int file = open(realPath, O_RDWR); in SetCmd() local
|
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | file_ffi.cpp | 46 int FfiOHOSFileFsCloseByFd(int32_t file) in FfiOHOSFileFsCloseByFd() argument 54 int FfiOHOSFileFsClose(int64_t file) in FfiOHOSFileFsClose() argument
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
| H A D | close.cpp | 70 auto file = GetFileEntity(env, fdOrFileFromJsArg); in ParseJsOperand() local
|
| /foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
| H A D | mtpfs_type_dir.cpp | 29 MtpFsTypeDir::MtpFsTypeDir(LIBMTP_file_t *file) in MtpFsTypeDir() argument 69 void MtpFsTypeDir::AddFile(const MtpFsTypeFile &file) in AddFile() argument 89 bool MtpFsTypeDir::RemoveFile(const MtpFsTypeFile &file) in RemoveFile() argument [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
| H A D | process.cpp | 96 FILE *file = fopen(path.c_str(), "r"); in CheckMaps() local
|
| /foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
| H A D | zip_util.cpp | 79 FILE* ZipUtil::GetFileHandle(const std::string& file) in GetFileHandle() argument 94 std::string file = srcFile; in GetDestFilePath() local [all...] |
| /test/xts/acts/kernel_lite/mem_posix/src/ |
| H A D | MprotectApiTest.cpp | 225 char file[] = MPROTECT_TESTFILE; in HWTEST_F() local 275 char file[] = MPROTECT_TESTFILE; in HWTEST_F() local 328 char file[] = MPROTECT_TESTFILE; HWTEST_F() local 374 char file[] = MPROTECT_TESTFILE; HWTEST_F() local 416 char file[] = MPROTECT_TESTFILE; HWTEST_F() local 458 char file[] = MPROTECT_TESTFILE; HWTEST_F() local [all...] |
| H A D | MremapApiTest.cpp | 239 char file[] = MREMAP_TESTFILE; in HWTEST_F() local 291 char file[] = MREMAP_TESTFILE; in HWTEST_F() local 343 char file[] = MREMAP_TESTFILE; HWTEST_F() local 399 char file[] = MREMAP_TESTFILE; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/process/processid/ |
| H A D | ProcessApiTest.cpp | 136 char file[] = "/data/local/tmp/exec_test.txt"; in HWTEST_F() local 160 char file[] = "/data/local/tmp/exec_test.txt"; in HWTEST_F() local
|
| /third_party/elfutils/tests/ |
| H A D | get-lines.c | 96 const char *file = dwarf_linesrc (l, NULL, NULL); in main() local [all...] |
| H A D | low_high_pc.c | 37 const char *file; member
|
| H A D | allfcts.c | 32 const char *file = dwarf_decl_file (func); in cb() local
|
| H A D | next_cfi.c | 101 const char *file = argv[1]; in main() local
|
| H A D | next-lines.c | 74 const char *file = dwarf_linesrc (l, NULL, NULL); in main() local [all...] |
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getscopevar.c | 63 const char *file = files->info[idx].name; in file_matches() local
|
| H A D | dwarf_getalt.c | 50 __libdw_filepath (const char *debugdir, const char *dir, const char *file) in __libdw_filepath() argument [all...] |
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_module_getsrc_file.c | 101 const char *file = dwfl_dwarf_line_file (line); in dwfl_module_getsrc_file() local [all...] |
| /third_party/eudev/src/udev/ |
| H A D | udev-builtin-kmod.c | 66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev.c | 224 udev_set_log_fn(struct udev *udev, void (*log_fn)(struct udev *udev, int priority, const char *file, int line, const char *fn, const char *format, va_list args)) udev_set_log_fn() argument
|
| /third_party/eudev/hm_src/ |
| H A D | log.c | 13 int log_oom_internal(const char *file, int line, const char *func) in log_oom_internal() argument 18 void log_assert_failed(const char *text, const char *file, int line, const char *func) in log_assert_failed() argument 23 void log_assert_failed_unreachable(const char *text, const char *file, int line, const char *func) in log_assert_failed_unreachable() argument 38 log_internal( int level, int error, const char *file, int line, const char *func, const char *format, ...) log_internal() argument
|
| /third_party/gn/src/gn/ |
| H A D | eclipse_writer.cc | 56 base::FilePath file = build_settings->GetFullPath(build_settings->build_dir()) in RunAndWriteFile() local
|
| H A D | import_manager.cc | 75 bool ImportManager::DoImport(const SourceFile& file, in DoImport() argument 19 UncachedImport(const Settings* settings, const SourceFile& file, const ParseNode* node_for_err, Err* err) UncachedImport() argument [all...] |
| /third_party/ffmpeg/tests/api/ |
| H A D | api-h264-slice-test.c | 116 FILE *file = NULL; in main() local
|