Lines Matching refs:rootpath
493 const String8& rootpath, const String8& filepath, BackupDataWriter* writer)496 const char* relstart = filepath.string() + rootpath.length();497 if (*relstart == '/') relstart++; // won't be true when path == rootpath