Home
last modified time | relevance | path

Searched refs:GetFileNames (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file.c110 static int32_t GetFileNames(const char *path, struct CmMutableBlob *fNames, uint32_t fileCount) in GetFileNames() function
171 ret = GetFileNames(path, fNames, fileCount); in CertManagerGetFilenames()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_sound_setting.h46 std::vector<std::string> GetFileNames() const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp82 return zipFile_.GetFileNames(); in GetZipFileNames()
H A Dzip_file.cpp168 const std::vector<std::string> &ZipFile::GetFileNames() const in GetFileNames() function in OHOS::ZipFile
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h154 const std::vector<std::string> &GetFileNames() const;
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_sound_setting.cpp98 std::vector<std::string> DualFwkSoundSetting::GetFileNames() const in GetFileNames() function in OHOS::Media::DualFwkSoundSetting
H A Dringtone_dualfwk_restore.cpp358 std::vector<std::string> fileNames = dualFwkSetting_->GetFileNames(); in BuildFileInfo()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp180 bool GetFileNames(string path, vector<string> &filenames, bool rec, bool isList) in GetFileNames() function
192 GetFileNames(path + "/" + ptr->d_name, filenames, rec, isList) == false) { in GetFileNames()
341 if ((buf.st_mode & S_IFMT) == S_IFDIR && GetFileNames(path, subFiles, rec, false)) { in GetExec()
406 bool getStat = GetFileNames(path, fileNames, false, true); in ListExec()