Home
last modified time | relevance | path

Searched refs:pathTmp_ (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_tmp_file.cpp18 MtpFsTypeTmpFile::MtpFsTypeTmpFile() : pathDevice_(), pathTmp_(), fileDescriptors_(), modified_(false) {} in MtpFsTypeTmpFile()
22 : pathDevice_(pathDevice), pathTmp_(pathTmp), modified_(modified) in MtpFsTypeTmpFile()
29 pathTmp_(copy.pathTmp_), in MtpFsTypeTmpFile()
52 pathTmp_ = rhs.pathTmp_; in operator =()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_tmp_file.h35 return pathTmp_; in PathTmp()
83 std::string pathTmp_; member in MtpFsTypeTmpFile
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp106 if (path.capacity() > pathTmp_.capacity()) { in AddPath()
107 pathTmp_.reserve(path.capacity()); in AddPath()
173 pathTmp_ = ref; in ScanModifications()
174 RecursivelyCollectAllFiles(pathTmp_); in ScanModifications()
H A Dfile_monitor.h79 BASE_NS::string pathTmp_; member in FileMonitor

Completed in 1 milliseconds