Home
last modified time | relevance | path

Searched refs:save_path (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dextent.c566 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;
/external/chromium/chrome/browser/sessions/
Dsession_service.h57 explicit SessionService(const FilePath& save_path);
Dsession_service.cc142 SessionService::SessionService(const FilePath& save_path) in SessionService() argument
143 : BaseSessionService(SESSION_RESTORE, NULL, save_path), in SessionService()