Files
build_soong/android
Colin Cross 7b3dcc31eb Avoid filepath.Abs
filepath.Abs is surprisingly expensive, it calls os.Getwd every
time, which involves multiple syscalls, a lock, and and allocations.
Use IsAbs and prefix matching instead.

Test: paths_test.go
Change-Id: Ia6cf34d6bef24c694702af1e7a6ff08ffd2d822b
2019-01-24 21:35:16 +00:00
..
2019-01-14 12:47:35 -08:00
2018-07-24 22:52:57 +00:00
2019-01-17 16:21:07 +00:00
2018-07-22 21:18:45 -07:00
2017-08-31 13:48:52 -07:00
2016-11-22 15:41:08 -08:00
2016-11-22 15:41:08 -08:00
2018-04-18 18:56:33 +00:00
2018-07-22 21:18:45 -07:00
2019-01-17 14:03:26 -08:00
2018-07-22 21:18:45 -07:00
2019-01-14 16:01:01 +00:00
2017-11-07 13:36:44 -08:00
2018-09-13 18:27:50 +00:00
2019-01-24 21:35:16 +00:00
2019-01-24 21:35:16 +00:00
2018-04-18 18:56:33 +00:00
2018-02-22 16:48:35 -08:00
2017-11-30 00:42:49 +00:00
2019-01-05 22:36:13 -08:00