HomeSort by relevance Sort by last modified time
    Searched refs:StripSensitiveData (Results 1 - 3 of 3) sorted by null

  /system/core/crash_reporter/
kernel_collector_test.cc 134 // Basic tests of StripSensitiveData...
140 collector_.StripSensitiveData(&crash_with_no_macs);
150 collector_.StripSensitiveData(&just_a_mac);
163 collector_.StripSensitiveData(&crammed_macs_1);
171 collector_.StripSensitiveData(&crammed_macs_2);
180 collector_.StripSensitiveData(&caps_mac);
188 collector_.StripSensitiveData(&lower_mac);
193 // Test calling StripSensitiveData w/ lots of MAC addresses in the "log".
199 // StripSensitiveData(), but would catch if someone changed that later.
210 collector_.StripSensitiveData(&lotsa_macs)
    [all...]
kernel_collector.h 80 void StripSensitiveData(std::string *kernel_dump);
kernel_collector.cc 192 void KernelCollector::StripSensitiveData(std::string *kernel_dump) {
544 StripSensitiveData(&kernel_dump);

Completed in 62 milliseconds