Searched refs:store_string (Results 1 – 1 of 1) sorted by relevance
269 std::string store_string = static_cast<std::string>(android::debugstore::debug_store_to_string()); in PaletteDebugStoreGetString() local270 strncpy(result, store_string.c_str(), max_size - 1); in PaletteDebugStoreGetString()