Searched refs:relstart (Results 1 – 1 of 1) sorted by relevance
490 const char* relstart = filepath.c_str() + rootpath.length(); in write_tarfile() local491 if (*relstart == '/') relstart++; // won't be true when path == rootpath in write_tarfile()492 String8 relpath(relstart); in write_tarfile()