Home
last modified time | relevance | path

Searched defs:fullString (Results 1 – 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/utils/cloud_disk/
Dcloud_file_utils_test.cpp136 string fullString; variable
146 string fullString = "testPath"; variable
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Dcloud_file_utils_mock.cpp91 bool CloudFileUtils::EndsWith(const string &fullString, const string &ending) in EndsWith()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dbackup_manager.cpp415 bool BackupManager::IsEndWith(const std::string &fullString, const std::string &end) in IsEndWith()
424 bool BackupManager::IsBeginWith(const std::string &fullString, const std::string &begin) in IsBeginWith()
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
Dcloud_file_utils.cpp174 bool CloudFileUtils::EndsWith(const string &fullString, const string &ending) in EndsWith()