Searched refs:PATH_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/win32/
H A Dfile.c19 #define PATH_BUFFER_SIZE MAX_PATH * 2 macro
362 wchar_t wfullpath_buffer[PATH_BUFFER_SIZE];
600 size = GetFullPathNameW(buffer, PATH_BUFFER_SIZE, wfullpath_buffer, NULL);
601 if (size > PATH_BUFFER_SIZE) {
602 /* allocate more memory than alloted originally by PATH_BUFFER_SIZE */
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp97 #define PATH_BUFFER_SIZE 2048 macro
102 if (U_FAILURE(status) || strlen(testDataDirectory) + strlen(filename) + 1 >= PATH_BUFFER_SIZE) {
117 char path[PATH_BUFFER_SIZE];

Completed in 96 milliseconds