History log of /system/core/libutils/Tokenizer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6ed68cc412752e4c78755df9a1516e610ec66fa8 30-Jun-2015 Elliott Hughes <enh@google.com> Consistently use strerror in libutils.

It's easier for people to debug, and side-steps the problem that errno
values differ between architectures.

Bug: http://b/17458391
Change-Id: I1db9b2cbb653839d3936b91e37e5cff02671318a
/system/core/libutils/Tokenizer.cpp
6832a7a4e04c84192f0bafc6ac990fc79cd13882 23-Feb-2015 Narayan Kamath <narayan@google.com> Remove useless refCounting from FileMap.

Nobody ever called acquire() so release() was always
equivalent to delete. Just use delete instead so that
people can use unique_ptr directly (or shared_ptr if
they really want refcounts).

Change-Id: I9e3ad5e0f6a4fcc4e02e5a2ff7ef9514fe234415
/system/core/libutils/Tokenizer.cpp
d98e07fdf9c338589f263c47ce5c844ed43efad5 02-Aug-2013 Alex Ray <aray@google.com> move libs/utils to libutils

Change-Id: I6cf4268599460791414882f91eeb88a992fbd29d
/system/core/libutils/Tokenizer.cpp