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

  /bionic/libc/include/
libgen.h 54 int basename_r(const char* __path, char* __buf, size_t __n);
  /bionic/tests/
libgen_test.cpp 46 int rc = basename_r(in, buf, buf_size);
66 TEST(libgen, basename_r) {
  /bionic/libc/bionic/
libgen.cpp 91 // Since this is a non-standard symbol, it might be hijacked by a basename_r in the executable.
92 __LIBC32_LEGACY_PUBLIC__ int basename_r(const char* path, char* buffer, size_t buffer_size) { function
155 // Since this is a non-standard symbol, it might be hijacked by a basename_r in the executable.
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 3032 char *basename_r() function
    [all...]

Completed in 592 milliseconds