Searched refs:rw_loc (Results 1 – 9 of 9) sorted by relevance
59 strncpy(ctx->paths.rw_loc, rw().c_str(), PATH_MAX - 1); in VpnorRoot()60 ctx->paths.rw_loc[PATH_MAX - 1] = '\0'; in VpnorRoot()
52 dst = fs::path(priv->paths.rw_loc) / partition.data.name; in getPartitionFilePath()70 dst = priv->paths.rw_loc; in getPartitionFilePath()93 dst = priv->paths.rw_loc; in getPartitionFilePath()
14 char rw_loc[PATH_MAX]; member
50 strncpy(paths->rw_loc, PARTITION_FILES_RW_LOC, PATH_MAX); in vpnor_default_paths()51 paths->rw_loc[PATH_MAX - 1] = '\0'; in vpnor_default_paths()195 fs::is_directory(fs::status(paths->rw_loc)) && in vpnor_dev_init()
82 const fs::path rwDir(priv->paths.rw_loc); in preparePartitions()
66 snprintf(paths.rw_loc, PATH_MAX - 1, "%s/rw", root.c_str()); in VpnorRoot()67 paths.rw_loc[PATH_MAX - 1] = '\0'; in VpnorRoot()
23 strncpy(context->paths.rw_loc, PARTITION_FILES_RW_LOC, PATH_MAX); in init_vpnor()24 context->paths.rw_loc[PATH_MAX - 1] = '\0'; in init_vpnor()
57 dst = ctx->paths.rw_loc; in getPartitionFilePath()80 dst = ctx->paths.rw_loc; in getPartitionFilePath()
16 char rw_loc[PATH_MAX]; member