platform_system_core/libutils/include/utils
Tomasz Wasilczyk 8b95a12489 Lock down String8|16.string() usage
All users should migrate to .c_str()

Bug: 295394788
Test: make checkbuild
Change-Id: Ic6295848cf3377e0bf5334448d5ed7ea53fae7ae
2023-09-14 18:37:52 +00:00
..
AndroidThreads.h
Atomic.h
BitSet.h
ByteOrder.h
CallStack.h Use the new AndroidUnwinder object. 2022-05-10 17:19:12 -07:00
Compat.h Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects 2022-03-16 20:54:31 +00:00
Condition.h
Debug.h
Endian.h
Errors.h Fix Errors.h on systems that define NO_ERROR 2022-03-16 02:15:04 +00:00
ErrorsMacros.h Fix OkOrFail<status_t> conversion ambiguities 2022-02-25 14:27:41 -05:00
FastStrcmp.h
FileMap.h
Flattenable.h
Functor.h
JenkinsHash.h
KeyedVector.h Fix implicit cast from ssize_t to size_t in KeyedVector.h 2021-05-21 16:45:46 +00:00
LightRefBase.h
List.h
Log.h
Looper.h Looper: Use sequence numbers in epoll_event to track requests 2021-09-01 14:52:52 +00:00
LruCache.h Fix LruCache, allow std:string caching 2023-06-15 00:37:52 +00:00
misc.h
Mutex.h
NativeHandle.h
Printer.h
ProcessCallStack.h
RefBase.h libutils: Fix missing definition of shared_ptr and unique_ptr 2022-11-25 12:15:53 +05:30
RWLock.h
Singleton.h
SortedVector.h
StopWatch.h libutils: remove the unused StopWatch lap functionality. 2021-05-11 16:33:47 -07:00
String8.h Lock down String8|16.string() usage 2023-09-14 18:37:52 +00:00
String16.h Lock down String8|16.string() usage 2023-09-14 18:37:52 +00:00
StrongPointer.h RefBase: test for stack check 2022-07-29 00:54:57 +00:00
SystemClock.h
Thread.h Doc Thread requirement. 2022-05-11 23:13:17 +00:00
ThreadDefs.h
threads.h
Timers.h
Tokenizer.h
Trace.h
TypeHelpers.h
Unicode.h
Vector.h Drop const assignment operator. 2023-06-28 11:21:47 -07:00
VectorImpl.h