Home
last modified time | relevance | path

Searched refs:dirPathList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp287 std::list<std::string> dirPathList{path}; in RecursiveEnableAcl() local
289 while (!dirPathList.empty()) { in RecursiveEnableAcl()
290 std::string dir = dirPathList.back(); in RecursiveEnableAcl()
291 dirPathList.pop_back(); in RecursiveEnableAcl()
308 dirPathList.push_front(fileName); in RecursiveEnableAcl()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp550 vector<string> dirPathList; in RecoverDir() local
555 dirPathList.emplace_back(dirent); in RecoverDir()
562 map<string, string> dirPath2UpdatedNameMap = MakeAndFindUpdateNameDir(dirPathList); in RecoverDir()