Home
last modified time | relevance | path

Searched defs:fileName (Results 76 – 100 of 840) sorted by relevance

12345678910>>...34

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.cpp21 bool RealPath(const std::string& fileName, char* realPath) in RealPath()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.h75 …static inline void CheckReturnValue(const std::string &fileName, const std::string &funcName, bool… in CheckReturnValue()
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dparam_manager.cpp41 bool ParamManager::IsFileNeedIgnore(const std::string& fileName) in IsFileNeedIgnore()
90 std::string fileName(FileUtil::ExtractFileName(file)); in GetValidFiles() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_mapper.cpp43 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, in CreateFileMapper()
85 …ileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fileName, in CreateFileMapper()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp149 static int GetFileNameNum(const std::string& fileName) in GetFileNameNum()
185 std::string fileName; in CreateExportFileName() local
205 std::string fileName = CreateExportFileName(RAW_DISK_STATS_FILE_PREFIX); in CollectRawDiskStats() local
325 std::string fileName = CreateExportFileName(DISK_STATS_FILE_PREFIX); in ExportDiskStats() local
384 std::string fileName = std::string(de->d_name); in GetEMMCPath() local
456 std::string fileName = CreateExportFileName(EMMC_INFO_FILE_PREFIX); in ExportEMMCInfo() local
593 std::string fileName = CreateExportFileName(PROC_IO_STATS_FILE_PREFIX); in ExportAllProcIoStats() local
644 std::string fileName = CreateExportFileName(SYS_IO_STATS_FILE_PREFIX); in ExportSysIoStats() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_host.cpp55 std::string fileName = data.ReadString(); in HandleCreateStream() local
67 std::string fileName = data.ReadString(); in HandleCreateSignatureFileStream() local
91 std::string fileName = data.ReadString(); in HandleCreatePgoFileStream() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp94 int32_t BundleStreamInstallerHostImpl::CreateStream(const std::string &fileName) in CreateStream()
146 const std::string &fileName) in CreateSignatureFileStream()
256 const std::string &fileName) in CreatePgoFileStream()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp110 auto fileName = originalDirVec.back(); in FilterDriverSoFile() local
160 auto fileName = originalDirVec.back(); in RemoveDriverSoFile() local
175 const std::string &fileName, const std::string &destinedDir, bool isModuleExisted) const in CreateDriverSoDestinedDir() argument
222 auto fileName = originalDirVec.back(); in RenameDriverFile() local
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_data.cpp21 WallpaperData::WallpaperData(int32_t userId, std::string fileName) in WallpaperData()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_file_operator.h30 char fileName[CM_MAX_DIRENT_FILE_LEN]; /* point to dirent->d_name */ member
/aosp14/frameworks/base/tools/aapt/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, in add()
85 status_t add(const char* fileName, const char* storageName, in add()
98 status_t addGzip(const char* fileName, const char* storageName, in addGzip()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp163 std::string SqliteUtils::GetAnonymousName(const std::string &fileName) in GetAnonymousName()
201 std::string SqliteUtils::AnonyDigits(const std::string &fileName) in AnonyDigits()
237 std::string fileName = srcFile.substr(end); // rdb file name in Anonymous() local
242 ssize_t SqliteUtils::GetFileSize(const std::string &fileName) in GetFileSize()
255 bool SqliteUtils::IsSlaveDbName(const std::string &fileName) in IsSlaveDbName()
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h79 …int32_t CreatePkgStream(Hpackage::PkgManager::StreamPtr &stream, const std::string &fileName, size… in CreatePkgStream()
88 …int32_t CreatePkgStream(Hpackage::PkgManager::StreamPtr &stream, const std::string &fileName, size… in CreatePkgStream()
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_dac.c183 static int LoadParamLabels(const char *fileName) in LoadParamLabels()
222 static int ProcessParamFile(const char *fileName, void *context) in ProcessParamFile()
239 char *fileName = calloc(1, MAX_BUF_SIZE); in DacGetParamSecurityLabel() local
277 static int CheckFilePermission(const ParamSecurityLabel *localLabel, const char *fileName, int flag… in CheckFilePermission()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_reverse_proxy_mock.cpp23 void ServiceReverseProxy::BackupOnFileReady(string bundleName, string fileName, int fd, int32_t err… in BackupOnFileReady()
41 void ServiceReverseProxy::RestoreOnFileReady(string bundleName, string fileName, int fd, int32_t er… in RestoreOnFileReady()
47 void ServiceReverseProxy::IncrementalBackupOnFileReady(string bundleName, string fileName, int fd, … in IncrementalBackupOnFileReady()
66 void ServiceReverseProxy::IncrementalRestoreOnFileReady(string bundleName, string fileName, int fd,… in IncrementalRestoreOnFileReady()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp56 std::string fileName = DHCP_CACHE_FILE; in GetCachedIp() local
68 void DhcpResultStoreManager::SetConfigFilePath(const std::string &fileName) in SetConfigFilePath()
73 int32_t DhcpResultStoreManager::LoadAllIpCached(const std::string &fileName) in LoadAllIpCached()
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dfile_utils.cpp102 int32_t GetFileName(const int32_t &fd, std::string &fileName) in GetFileName()
139 std::string fileName = ""; in GetFileExtName() local
177 bool IsFileExists(const std::string &fileName) in IsFileExists()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp93 int32_t DownloadThread::StartDownload(const std::string &fileName, const std::string &url) in StartDownload()
226 size_t DownloadThread::GetLocalFileLength(const std::string &fileName) in GetLocalFileLength()
262 FILE* DownloadThread::FileOpen(const std::string &fileName, const std::string &mode) in FileOpen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider.cpp49 std::string fileName = basePath + assetName; in GetAsMapping() local
69 std::string fileName = basePath + assetName; in GetAssetPath() local
H A Dhap_asset_provider_impl.cpp49 std::string fileName = basePath + assetName; in GetAsMapping() local
69 std::string fileName = basePath + assetName; in GetAssetPath() local
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h39 ToneAttrs(std::string title, std::string fileName, std::string uri, ToneCustomizedType custType, in ToneAttrs()
64 void SetFileName(const std::string fileName) in SetFileName()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp103 const std::string fileName = ""; variable
145 const std::string fileName = "Test"; variable
229 const std::string fileName = "Test"; variable
248 const std::string fileName = "Test"; variable
267 const std::string fileName = "Test"; variable
343 const std::string fileName = ""; variable
435 const std::string fileName = "file"; variable
453 const std::string fileName = "file"; variable
472 const std::string fileName = "file"; variable
1002 std::string fileName = "test"; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Drandomseek_test.cpp106 static int64_t GetFileSize(const char *fileName) in GetFileSize()
118 static void CheckSeekResult(const char *fileName, uint32_t seekCount) in CheckSeekResult()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_param.cpp68 void MmsContentParam::GetFileName(std::string &fileName) in GetFileName()
92 void MmsContentParam::SetFileName(std::string fileName) in SetFileName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_util_test.cpp153 std::string fileName = path + "/test1.txt"; variable
186 std::string fileName = path + "/test2.txt"; variable

12345678910>>...34