Searched refs:trim_removal (Results 1 – 1 of 1) sorted by relevance
55 const wchar_t *trim_removal = L" \r\t\""; in CreateMainWindowAndLoop() local56 spawn_target_.erase(0, spawn_target_.find_first_not_of(trim_removal)); in CreateMainWindowAndLoop()57 spawn_target_.erase(spawn_target_.find_last_not_of(trim_removal) + 1); in CreateMainWindowAndLoop()