History log of /system/core/libutils/Tokenizer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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