HomeSort by relevance Sort by last modified time
    Searched refs:dirname_r (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
libgen.h 53 int dirname_r(const char* __path, char* __buf, size_t __n);
  /bionic/tests/
libgen_test.cpp 57 int rc = dirname_r(in, buf, buf_size);
85 TEST(libgen, dirname_r) {
  /bionic/libc/bionic/
libgen.cpp 156 __LIBC32_LEGACY_PUBLIC__ int dirname_r(const char* path, char* buffer, size_t buffer_size) { function

Completed in 68 milliseconds