Home
last modified time | relevance | path

Searched refs:PREFIX_SIZE (Results 1 – 4 of 4) sorted by relevance

/system/utest/fs/
A Dwrap.c60 #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 Dhost.h24 #define PREFIX_SIZE 2 macro
30 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in host_path()
/system/ulib/minfs/
A Dhost.cpp224 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 Dmain.cpp45 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in GetHostPath()
410 if (strncmp(path, PATH_PREFIX, PREFIX_SIZE)) { in Ls()

Completed in 13 milliseconds