Searched refs:storage_dir (Results 1 – 1 of 1) sorted by relevance
35 static const char *storage_dir = "/boot"; variable57 storage_dir = storage_root; in storage_init()61 storage_dir = BY_PARTLABEL_PATH; in storage_init()121 pathlen = strlen(storage_dir) + strlen(file) + 2; in storage_open()123 snprintf(fspath, pathlen, "%s/%s", storage_dir, file); in storage_open()