Searched refs:MAX_FD (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 57 if ((ret = nftw("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) { in test1A() 118 if ((ret = nftw("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 162 if ((ret = nftw("./tmp/data/dirl", test_func3, MAX_FD, 0)) == -1) { in test3A() 199 if ((ret_val = nftw(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 235 if ((ret_val = nftw(path, test_func4, MAX_FD, 0)) == -1) { in test5A() 278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A() 306 if ((ret = nftw("./tmp/data/dirg", test_func7, MAX_FD, 0)) == -1) { in test7A() 335 if ((ret = nftw("./tmp/data/dirg", test_func8, MAX_FD, 0)) == -1) { in test8A() 364 if ((ret = nftw("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) == -1) { in test9A() 393 if ((ret = nftw("./tmp/data/dirg", test_func10, MAX_FD, in test10A() [all …]
|
D | test64.c | 55 if ((ret = nftw64("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) { in test1A() 116 if ((ret = nftw64("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 161 if ((ret = nftw64("./tmp/data/dirl", test_func3, MAX_FD, 0)) == -1) { in test3A() 199 if ((ret_val = nftw64(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 236 if ((ret_val = nftw64(path, test_func4, MAX_FD, 0)) == -1) { in test5A() 280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A() 310 if ((ret = nftw64("./tmp/data/dirg", test_func7, MAX_FD, 0)) == -1) { in test7A() 340 if ((ret = nftw64("./tmp/data/dirg", test_func8, MAX_FD, 0)) == -1) { in test8A() 370 if ((ret = nftw64("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) in test9A() 401 if ((ret = nftw64("./tmp/data/dirg", test_func10, MAX_FD, FTW_PHYS)) in test10A() [all …]
|
D | nftw64.h | 50 #define MAX_FD 20 macro
|
D | nftw.h | 51 #define MAX_FD 20 macro
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
D | gradlew | 16 MAX_FD="maximum" 96 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 97 MAX_FD="$MAX_FD_LIMIT" 99 ulimit -n $MAX_FD 101 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/platform_tools/android/apps/ |
D | gradlew | 16 MAX_FD="maximum" 96 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 97 MAX_FD="$MAX_FD_LIMIT" 99 ulimit -n $MAX_FD 101 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/oboe/samples/ |
D | gradlew | 16 MAX_FD="maximum" 91 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 92 MAX_FD="$MAX_FD_LIMIT" 94 ulimit -n $MAX_FD 96 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/libwebp/ |
D | gradlew | 50 MAX_FD="maximum" 111 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 112 MAX_FD="$MAX_FD_LIMIT" 114 ulimit -n $MAX_FD 116 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
D | gradlew | 34 MAX_FD="maximum" 95 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ]; then 96 MAX_FD="$MAX_FD_LIMIT" 98 ulimit -n $MAX_FD 100 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
D | gradlew | 34 MAX_FD="maximum" 95 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 96 MAX_FD="$MAX_FD_LIMIT" 98 ulimit -n $MAX_FD 100 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/ |
D | gradlew | 34 MAX_FD="maximum" 95 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 96 MAX_FD="$MAX_FD_LIMIT" 98 ulimit -n $MAX_FD 100 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/ |
D | gradlew | 34 MAX_FD="maximum" 95 if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 96 MAX_FD="$MAX_FD_LIMIT" 98 ulimit -n $MAX_FD 100 warn "Could not set maximum file descriptor limit: $MAX_FD"
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.info | 1332 MAX_FD references the file descriptor with highest integer
|