Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp380 FileStatInfo &info, bool &isFilter, const std::string &tmpFullPath) in DealFileTag() argument
382 if (!includes_.empty() && includes_.find(tmpFullPath) == includes_.end()) { // not in includes in DealFileTag()
405 string tmpFullPath = info.fullPath; in ParseIncrementalFileByTypeFlag() local
408 RTrimNull(tmpFullPath); in ParseIncrementalFileByTypeFlag()
412 if (!DealFileTag(errFileInfo, info, isFilter, tmpFullPath)) { in ParseIncrementalFileByTypeFlag()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h192 FileStatInfo &info, bool &isFilter, const std::string &tmpFullPath);