Home
last modified time | relevance | path

Searched refs:GetFileNames (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Ddualfwk_sound_setting.h46 std::vector<std::string> GetFileNames() const;
/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
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h154 const std::vector<std::string> &GetFileNames() const;
/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()
/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()

Completed in 6 milliseconds