Home
last modified time | relevance | path

Searched refs:SplitLine (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Dstring_utils.h31 std::vector<std::string> SplitLine(std::string &line, std::string &token);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp210 auto split = SplitLine(buf, bufToken); in ReadPartition()
251 auto split = SplitLine(line, lineToken); in ReadDiskLines()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/
H A Dmain.cpp69 auto split = StorageDaemon::SplitLine(line, token); in ParasConfig()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstring_utils.cpp67 std::vector<std::string> SplitLine(std::string &line, std::string &token) in SplitLine() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_manager_test.cpp62 auto split = SplitLine(line, token); in SetUp()