platform_system_core/base
Alex Vallée 47d67c96ec Write mkdirs in more idiomatic C++ style.
~ Rewrote mkdirs to be in C++ style.
~ Replaced adb_dir{start,stop} with std::string params and (r)find.
+ Added test for mkdirs.

Also make base/test_utils.h public and support temporary directories
as well as files.

Change-Id: I6fcbdc5e0099f3359d3aac6b00c436f250ca1329
2015-07-30 15:08:53 -07:00
..
include/base Write mkdirs in more idiomatic C++ style. 2015-07-30 15:08:53 -07:00
.clang-format Revert "Revert "Create libbase."" 2015-03-16 10:08:46 -07:00
Android.mk Write mkdirs in more idiomatic C++ style. 2015-07-30 15:08:53 -07:00
CPPLINT.cfg Don't show lint errors for rvalue references. 2015-04-02 18:38:01 -07:00
file.cpp Don't use TEMP_FAILURE_RETRY on close() 2015-05-20 09:02:29 -07:00
file_test.cpp Write mkdirs in more idiomatic C++ style. 2015-07-30 15:08:53 -07:00
logging.cpp adb / libbase: clean up NOGDI and evil ERROR macro 2015-05-20 12:25:19 -07:00
logging_test.cpp Write mkdirs in more idiomatic C++ style. 2015-07-30 15:08:53 -07:00
stringprintf.cpp Revert "Revert "Create libbase."" 2015-03-16 10:08:46 -07:00
stringprintf_test.cpp Get libbase tests working on Windows. 2015-04-29 17:11:28 -07:00
strings.cpp Generalize Join to work for any container/element. 2015-05-22 10:07:06 -07:00
strings_test.cpp Generalize Join to work for any container/element. 2015-05-22 10:07:06 -07:00
test_main.cpp Support base::logging on Windows. 2015-04-29 18:01:53 -07:00
test_utils.cpp Write mkdirs in more idiomatic C++ style. 2015-07-30 15:08:53 -07:00