Searched refs:save_path (Results 1 – 3 of 3) sorted by relevance
566 ext2_extent_path_t save_path;579 retval = ext2fs_get_mem(sizeof(struct ext2_extent_path), &save_path);582 memset(save_path, 0, sizeof(struct ext2_extent_path));584 save_path->magic = EXT2_ET_MAGIC_EXTENT_PATH;585 save_path->leaf_height = info.max_depth - info.curr_level - 1;586 save_path->lblk = extent.e_lblk;588 *ret_path = save_path;
57 explicit SessionService(const FilePath& save_path);
142 SessionService::SessionService(const FilePath& save_path) in SessionService() argument143 : BaseSessionService(SESSION_RESTORE, NULL, save_path), in SessionService()