Home
last modified time | relevance | path

Searched refs:OpenSubFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dfile_utils.h60 void OpenSubFile(const std::string &path, std::vector<std::string> &dirInfo);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp341 void OpenSubFile(const std::string &path, std::vector<std::string> &file) in OpenSubFile() function
368 OpenSubFile(filePath, file); in OpenSubFile()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp822 OpenSubFile(path.c_str(), fileList); in StoreKey()