Searched refs:alphasort (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | dirent.cpp | 201 int alphasort(const dirent** a, const dirent** b) { in alphasort() function 204 __strong_alias(alphasort64, alphasort);
|
/aosp12/bionic/tests/ |
H A D | dirent_test.cpp | 54 int entry_count = scandir("/proc/self", &entries, nullptr, alphasort); in TEST() 87 int entry_count = scandir("/proc/self", &entries, nullptr, alphasort); in TEST() 94 int entry_count_at = scandirat(proc_fd, "self", &entries_at, nullptr, alphasort); in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | dirent_h.c | 46 FUNCTION(alphasort, int (*f)(const struct dirent**, const struct dirent**)); in dirent_h()
|
/aosp12/bootable/recovery/recovery_utils/ |
H A D | thermalutil.cpp | 42 int n = scandir(THERMAL_PREFIX, &namelist, thermal_filter, alphasort); in InitThermalPaths()
|
/aosp12/bionic/libc/include/ |
H A D | dirent.h | 177 int alphasort(const struct dirent** __lhs, const struct dirent** __rhs);
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | resources_test.cpp | 55 int n = scandir(dir_path.c_str(), &namelist, png_filter, alphasort); in add_files()
|
/aosp12/system/teeui/libteeui/src/ |
H A D | evdev.cpp | 242 alphasort); in grabAllEvDevsAndRegisterCallbacks()
|
/aosp12/bootable/recovery/update_verifier/ |
H A D | update_verifier.cpp | 95 int n = scandir(DM_PATH_PREFIX, &namelist, dm_name_filter, alphasort); in FindDmPartitions()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 30 alphasort
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 229 alphasort;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 229 alphasort;
|