Searched refs:long_path (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/umount/ |
D | umount02.c | 24 static char long_path[PATH_MAX + 2]; variable 37 {"Pathname too long", long_path, ENAMETOOLONG} 63 memset(long_path, 'a', PATH_MAX + 1); in setup()
|
/external/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod06.c | 43 static char long_path[PATH_MAX + 2]; variable 61 {long_path, FILE_MODE, ENAMETOOLONG, NULL, NULL}, 125 memset(long_path, 'a', PATH_MAX+1); in setup()
|
/external/ltp/testcases/kernel/syscalls/chown/ |
D | chown04.c | 70 static char long_path[PATH_MAX + 2]; variable 81 {long_path, ENAMETOOLONG}, 156 memset(long_path, 'a', PATH_MAX - 1); in setup()
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount02.c | 58 static const char *long_path = path; variable 94 {&device, &long_path, &fs_type, 0, ENAMETOOLONG, NULL, NULL},
|
/external/grpc-grpc/tools/distrib/python/ |
D | make_grpcio_tools.py | 131 def long_path(path): function
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/ |
D | make_grpcio_tools.py | 131 def long_path(path): function
|
/external/libchrome/base/files/ |
D | file_util_unittest.cc | 499 FilePath long_path = base_b; in TEST_F() local 501 while (long_path.value().length() <= kLengthLimit) { in TEST_F() 502 long_path = long_path.Append(FPL("to_base_b")); in TEST_F() 504 long_path = long_path.Append(FPL("to_sub_a")) in TEST_F() 507 ASSERT_FALSE(NormalizeFilePath(long_path, &normalized_path)); in TEST_F()
|