Home
last modified time | relevance | path

Searched defs:fpath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/file_helper/
H A Dhash_file.cpp47 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment()
67 tuple<int, string> HashFile::HashWithMD5(const string &fpath) in HashWithMD5()
80 tuple<int, string> HashFile::HashWithSHA1(const string &fpath) in HashWithSHA1()
93 tuple<int, string> HashFile::HashWithSHA256(const string &fpath) in HashWithSHA256()
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file_hash.cpp45 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment()
65 tuple<int, string> BackupFileHash::HashWithSHA256(const string &fpath) in HashWithSHA256()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Drmdirent.cpp37 static NError RmDirent(const string &fpath) in RmDirent()
58 static NError RmDirent(const string &fpath) in RmDirent()
/ohos5.0/drivers/peripheral/audio/effect/config/src/
H A Dparse_effect_config.c36 static char *GetAudioEffectConfig(const char *fpath) in GetAudioEffectConfig()
87 cJSON *GetAudioEffectConfigToJsonObj(const char *fpath) in GetAudioEffectConfigToJsonObj()
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp106 std::string LogSignTools::CalcFileSha256Digest(const std::string &fpath) in CalcFileSha256Digest()
/ohos5.0/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h218 static NError RmDirent(const string &fpath) in RmDirent()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.cpp421 static char *AudioAdaptersGetConfig(const char *fpath) in AudioAdaptersGetConfig()
469 cJSON *AudioAdaptersGetConfigToJsonObj(const char *fpath) in AudioAdaptersGetConfigToJsonObj()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp207 static int32_t UnlinkCb(const char *fpath, const struct stat *sb, int32_t typeflag, struct FTW *ftw… in UnlinkCb()
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c52 static char *CfgReadAdapterFile(const char *fpath) in CfgReadAdapterFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp228 int32_t UnlinkCb(const char *fpath, const struct stat *sb, int32_t typeflag, struct FTW *ftwbuf) in UnlinkCb()