Home
last modified time | relevance | path

Searched defs:file (Results 51 – 75 of 634) sorted by relevance

12345678910>>...26

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp41 SysEventDoc::SysEventDoc(const std::string& file) : writer_(nullptr), reader_(nullptr), type_(0), c… in SysEventDoc()
111 bool SysEventDoc::IsFileFull(const std::string& file) in IsFileFull()
150 for (auto& file : files) { in GetCurFile() local
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.c85 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttribu… in CheckWavFileHeader()
133 int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *strParam) in AddWavFileHeader()
234 void FileClose(FILE **file) in FileClose()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dreli_test.cpp197 char file[256] = {}; variable
243 char file[256] = {}; variable
289 char file[256] = {}; variable
327 char file[256] = {}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp81 IFile::Ptr file = fileManager_.OpenFile(uri); in LoadImage() local
89 ImageLoaderManager::LoadResult ImageLoaderManager::LoadImage(IFile& file, uint32_t loadFlags) in LoadImage()
136 IFile::Ptr file = fileManager_.OpenFile(uri); in LoadAnimatedImage() local
144 ImageLoaderManager::LoadAnimatedResult ImageLoaderManager::LoadAnimatedImage(IFile& file, uint32_t … in LoadAnimatedImage()
/ohos5.0/build/common/asan/
H A Dasan_helper.c55 static void *trap_dlopen(const char *file, int mode) in trap_dlopen()
65 void *dlopen(const char *file, int mode) in dlopen()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/async/async001/
H A Dindex.js32 var file = require("@system.file"); variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_stream.cpp63 FILE *file = fopen(argPath.c_str(), argMode.c_str()); in Sync() local
95 FILE *file = fopen(argPath.c_str(), argMode.c_str()); in Async() local
H A Dfdopen_stream.cpp63 FILE *file = fdopen(fd, mode.c_str()); in Sync() local
95 FILE *file = fdopen(fd, mode.c_str()); in Async() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_beta_recorder.cpp94 void RSProfiler::WriteBetaRecordFileThread(RSFile& file, const std::string path) in WriteBetaRecordFileThread()
212 bool RSProfiler::OpenBetaRecordFile(RSFile& file) in OpenBetaRecordFile()
225 bool RSProfiler::SaveBetaRecordFile(RSFile& file) in SaveBetaRecordFile()
253 void RSProfiler::WriteBetaRecordMetrics(RSFile& file, double time) in WriteBetaRecordMetrics()
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp38 ifstream file(filePath.c_str()); in LoadStringFromFile() local
135 ofstream file; in SaveStringToFile() local
218 ifstream file; in LoadBufferFromFile() local
262 ofstream file; in SaveBufferToFile() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp80 auto file = fileManager_.GetEntry(destination + normalizedPath); in GetEntry() local
93 auto file = fileManager_.OpenFile(destination + normalizedPath); in OpenFile() local
108 auto file = fileManager_.CreateFile(destination + normalizedPath); in CreateFile() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp468 const char *file = "/data/test/media/h264_aac_1280.ts"; variable
513 const char *file = "/data/test/media/demuxer_parser_ipb_frame_avc.mp4"; variable
547 const char *file = "/data/test/media/demuxer_parser_ipb_frame_avc.mp4"; variable
593 const char *file = "/data/test/media/h264_aac_1280.ts"; variable
638 const char *file = "/data/test/media/demuxer_parser_ipb_frame_avc.mp4"; variable
672 const char *file = "/data/test/media/demuxer_parser_ipb_frame_avc.mp4"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_provider_test_utils.h53 size_t GetFileSize(FILE* file) in GetFileSize()
61 std::vector<uint8_t> ReadFromFile(std::unique_ptr<FILE, decltype(&fclose)> file) in ReadFromFile()
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_manager.cpp75 for (const std::string& file : files) { in CopyConfigFiles() local
89 for (const std::string& file : files) { in GetValidFiles() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_interface_code_emitter.cpp60 File file(filePath, File::WRITE); in EmitLowModeInterfaceHeaderFile() local
106 File file(filePath, File::WRITE); in EmitInterfaceHeaderFile() local
150 for (const auto &file : headerFiles) { in EmitImportInclusions() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_interface_code_emitter.cpp53 File file(filePath, File::WRITE); in EmitLowModeInterfaceHeaderFile() local
99 File file(filePath, File::WRITE); in EmitInterfaceHeaderFile() local
143 for (const auto &file : headerFiles) { in EmitImportInclusions() local
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cgroup_test.cpp73 FILE *file = fopen(path, "w"); in GetTestCGroupFilePath() local
106 FILE *file = nullptr; variable
185 FILE *file = nullptr; variable
315 FILE *file = fopen(path, "r"); variable
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Dtest_common.cpp27 FILE *file = popen(command.c_str(), "r"); in RunCommand() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dassistant.h49 int open(const char *file, int oflag) in open()
/ohos5.0/base/request/request/services/src/service/command/
H A Dopen_channel.rs30 let file = unsafe { File::from_raw_fd(fd) }; in open_channel() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp68 static int GetChecksum(const string &file, vector<char> &result) in GetChecksum()
119 for (auto file = files.begin(); file != files.end(); file++, countLimit++) { in GetFileContexts() local
332 ifstream file(fileName, ios::in | ios::binary); in PackFileContent() local
372 ofstream file(fileName, ios::out | ios::binary); in UnpackFileContent() local
506 for (auto &file : fileContexts) { in ExePackage() local
516 for (const auto &file : fileContexts) { in ExePackage() local
554 for (const auto &file : fileContexts) { in UnpackFile() local
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_package_unittest.cpp49 virtual int32_t AddEntry(const PkgManager::FileInfoPtr file, const PkgStreamPtr inStream) in AddEntry()
81 … auto file = std::make_unique<Lz4PkgFile>(pkgManager_, PkgStreamImpl::ConvertPkgStream(stream)); in TestPkgFile() local
104 std::unique_ptr<TestFile> file = std::make_unique<TestFile>(pkgManager_, in TestPkgFileInvalid() local
124 std::unique_ptr<TestFile> file = std::make_unique<TestFile>(pkgManager_, in TestBigZipEntry() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp36 FILE *file = popen(cmd.c_str(), "r"); in ExecuteCmd() local
55 FILE *file = popen(cmd.c_str(), "r"); in ExecuteCmd() local
109 FILE *file = fopen(path.c_str(), "r"); in GetFileBuildTime() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dnet_test.cpp395 char file[256] = {}; variable
539 char file[256] = {}; variable
635 char file[256] = {}; variable
823 char file[256] = {}; variable
1100 const char *file = "/data/test/media/subtitle_webvtt_en_GB_15.mp4"; variable
1146 const char *file = "/data/test/media/subtitle_webvtt_zh_CN_14.mp4"; variable
1191 const char *file = "/data/test/media/subtitle_webvtt_en_GB_15.mp4"; variable
1244 const char *file = "/data/test/media/subtitle_webvtt_zh_CN_14.mp4"; variable
1297 const char *file = "/data/test/media/subtitle_webvtt_en_GB_15.mp4"; variable
1346 const char *file = "/data/test/media/subtitle_webvtt_zh_CN_14.mp4"; variable
[all …]
/ohos5.0/base/account/os_account/frameworks/common/log/src/
H A Daccount_log_wrapper.cpp28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName()

12345678910>>...26