Searched refs:PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance
| /system/utest/fs/ |
| A D | wrap.c | 60 #define PREFIX_SIZE 2 macro 70 if (strncmp(path_in, PATH_PREFIX, PREFIX_SIZE) || (kMountPath == NULL)) { in wrap_path() 80 strncat(path_out, path_in + PREFIX_SIZE, bytes_left); in wrap_path()
|
| /system/ulib/minfs/include/minfs/ |
| A D | host.h | 24 #define PREFIX_SIZE 2 macro 30 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in host_path()
|
| /system/ulib/minfs/ |
| A D | host.cpp | 224 fbl::StringPiece str(path + PREFIX_SIZE); in emu_open() 381 fn += PREFIX_SIZE; in emu_stat() 436 fbl::StringPiece path(name + PREFIX_SIZE); in emu_opendir()
|
| /system/host/minfs/ |
| A D | main.cpp | 45 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in GetHostPath() 410 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in Ls()
|
Completed in 13 milliseconds