aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/dirent
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google1-4/+4
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet1-3/+3
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-7/+7
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-03-06[libc][NFC] Switch dirent, fcntl, inttypes and sched to use libc_errno.Siva Chandra Reddy2-9/+9
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-1/+1
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet1-4/+4
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet1-4/+4
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet1-4/+4
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet1-4/+4
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet1-4/+4
2022-08-23Revert "[reland][NFC][libc] standardize string_view"Guillaume Chatelet1-4/+4
2022-08-23[reland][NFC][libc] standardize string_viewGuillaume Chatelet1-4/+4
2022-08-23Revert "[NFC][libc] standardize string_view"Guillaume Chatelet1-4/+4
2022-08-23[NFC][libc] standardize string_viewGuillaume Chatelet1-4/+4
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet1-6/+6
2022-07-25[libc][Obvious] Use the correct StringView constructor in dirent_test.Siva Chandra Reddy1-5/+6
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy3-0/+92