Searched refs:GetFileNames (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/ |
H A D | dualfwk_sound_setting.h | 46 std::vector<std::string> GetFileNames() const;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | extractor_util.cpp | 82 return zipFile_.GetFileNames(); in GetZipFileNames()
|
H A D | zip_file.cpp | 168 const std::vector<std::string> &ZipFile::GetFileNames() const in GetFileNames() function in OHOS::ZipFile
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | zip_file.h | 154 const std::vector<std::string> &GetFileNames() const;
|
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | dualfwk_sound_setting.cpp | 98 std::vector<std::string> DualFwkSoundSetting::GetFileNames() const in GetFileNames() function in OHOS::Media::DualFwkSoundSetting
|
H A D | ringtone_dualfwk_restore.cpp | 358 std::vector<std::string> fileNames = dualFwkSetting_->GetFileNames(); in BuildFileInfo()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
H A D | file_n_exporter.cpp | 180 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()
|
Completed in 6 milliseconds