Searched refs:separatorPath (Results 1 – 1 of 1) sorted by relevance
50 std::string separatorPath = path + PATH_SEPARATOR; in EraseFromWatchMap() local53 if (separatorPath.compare(item.second.substr(0, separatorPath.size())) == 0) { in EraseFromWatchMap()74 std::string separatorPath = g_moveInfo.path + PATH_SEPARATOR; in UpdateWatchMap() local77 if (separatorPath.compare(item.second.substr(0, separatorPath.size())) == 0) { in UpdateWatchMap()78 item.second = path + PATH_SEPARATOR + item.second.substr(separatorPath.size()); in UpdateWatchMap()