Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h177 bool WriteLongName(std::string &name, char type);
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp289 if (!WriteLongName(fileName, GNUTYPE_LONGNAME)) { in AddFile()
583 bool TarFile::WriteLongName(string &name, char type) in WriteLongName() function in OHOS::FileManagement::Backup::TarFile