Lines Matching refs:to_process
594 string to_process("/device/stuff/0");595 ControlInterface::RpcIdToStorageId(&to_process);596 EXPECT_TRUE(isalpha(to_process[0]));597 EXPECT_EQ(string::npos, to_process.find('/'));