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

  /system/core/sdcard/
sdcard.c 121 #define PATH_BUFFER_SIZE 1024
136 char *out = buf + PATH_BUFFER_SIZE - 1;
165 char *path, buffer[PATH_BUFFER_SIZE];
179 memcpy(buf + PATH_BUFFER_SIZE - len - 1, entry->d_name, len);
228 char *path, buffer[PATH_BUFFER_SIZE];
256 char *path, buffer[PATH_BUFFER_SIZE];
411 char *path, buffer[PATH_BUFFER_SIZE];
576 char *path, buffer[PATH_BUFFER_SIZE];
636 char *path, buffer[PATH_BUFFER_SIZE];
655 char *path, buffer[PATH_BUFFER_SIZE];
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 131 #define PATH_BUFFER_SIZE 2048
136 if (U_FAILURE(status) || strlen(testDataDirectory) + strlen(filename) + 1 >= PATH_BUFFER_SIZE) {
151 char path[PATH_BUFFER_SIZE];
366 char path[PATH_BUFFER_SIZE];
489 char path[PATH_BUFFER_SIZE];
    [all...]

Completed in 116 milliseconds