Home
last modified time | relevance | path

Searched refs:Tmpfs (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DTmpfs.h34 class AWS_BATCH_API Tmpfs
37 Tmpfs();
38 Tmpfs(Aws::Utils::Json::JsonView jsonValue);
39 Tmpfs& operator=(Aws::Utils::Json::JsonView jsonValue);
77 …inline Tmpfs& WithContainerPath(const Aws::String& value) { SetContainerPath(value); return *this;} in WithContainerPath()
83 …inline Tmpfs& WithContainerPath(Aws::String&& value) { SetContainerPath(std::move(value)); return … in WithContainerPath()
89 inline Tmpfs& WithContainerPath(const char* value) { SetContainerPath(value); return *this;} in WithContainerPath()
110 inline Tmpfs& WithSize(int value) { SetSize(value); return *this;} in WithSize()
196 …inline Tmpfs& WithMountOptions(const Aws::Vector<Aws::String>& value) { SetMountOptions(value); re… in WithMountOptions()
213 …inline Tmpfs& WithMountOptions(Aws::Vector<Aws::String>&& value) { SetMountOptions(std::move(value… in WithMountOptions()
[all …]
H A DLinuxParameters.h237 inline const Aws::Vector<Tmpfs>& GetTmpfs() const{ return m_tmpfs; } in GetTmpfs()
255 …inline void SetTmpfs(const Aws::Vector<Tmpfs>& value) { m_tmpfsHasBeenSet = true; m_tmpfs = value;… in SetTmpfs()
264 …inline void SetTmpfs(Aws::Vector<Tmpfs>&& value) { m_tmpfsHasBeenSet = true; m_tmpfs = std::move(v… in SetTmpfs()
273 …inline LinuxParameters& WithTmpfs(const Aws::Vector<Tmpfs>& value) { SetTmpfs(value); return *this… in WithTmpfs()
282 …inline LinuxParameters& WithTmpfs(Aws::Vector<Tmpfs>&& value) { SetTmpfs(std::move(value)); return… in WithTmpfs()
291 …inline LinuxParameters& AddTmpfs(const Tmpfs& value) { m_tmpfsHasBeenSet = true; m_tmpfs.push_back… in AddTmpfs()
300 …inline LinuxParameters& AddTmpfs(Tmpfs&& value) { m_tmpfsHasBeenSet = true; m_tmpfs.push_back(std:… in AddTmpfs()
515 Aws::Vector<Tmpfs> m_tmpfs;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DTmpfs.h33 class AWS_ECS_API Tmpfs
36 Tmpfs();
37 Tmpfs(Aws::Utils::Json::JsonView jsonValue);
38 Tmpfs& operator=(Aws::Utils::Json::JsonView jsonValue);
70 …inline Tmpfs& WithContainerPath(const Aws::String& value) { SetContainerPath(value); return *this;} in WithContainerPath()
75 …inline Tmpfs& WithContainerPath(Aws::String&& value) { SetContainerPath(std::move(value)); return … in WithContainerPath()
80 inline Tmpfs& WithContainerPath(const char* value) { SetContainerPath(value); return *this;} in WithContainerPath()
101 inline Tmpfs& WithSize(int value) { SetSize(value); return *this;} in WithSize()
157 …inline Tmpfs& WithMountOptions(const Aws::Vector<Aws::String>& value) { SetMountOptions(value); re… in WithMountOptions()
168 …inline Tmpfs& WithMountOptions(Aws::Vector<Aws::String>&& value) { SetMountOptions(std::move(value… in WithMountOptions()
[all …]
H A DLinuxParameters.h293 inline const Aws::Vector<Tmpfs>& GetTmpfs() const{ return m_tmpfs; } in GetTmpfs()
311 …inline void SetTmpfs(const Aws::Vector<Tmpfs>& value) { m_tmpfsHasBeenSet = true; m_tmpfs = value;… in SetTmpfs()
320 …inline void SetTmpfs(Aws::Vector<Tmpfs>&& value) { m_tmpfsHasBeenSet = true; m_tmpfs = std::move(v… in SetTmpfs()
329 …inline LinuxParameters& WithTmpfs(const Aws::Vector<Tmpfs>& value) { SetTmpfs(value); return *this… in WithTmpfs()
338 …inline LinuxParameters& WithTmpfs(Aws::Vector<Tmpfs>&& value) { SetTmpfs(std::move(value)); return… in WithTmpfs()
347 …inline LinuxParameters& AddTmpfs(const Tmpfs& value) { m_tmpfsHasBeenSet = true; m_tmpfs.push_back… in AddTmpfs()
356 …inline LinuxParameters& AddTmpfs(Tmpfs&& value) { m_tmpfsHasBeenSet = true; m_tmpfs.push_back(std:… in AddTmpfs()
502 Aws::Vector<Tmpfs> m_tmpfs;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/libmount-0.1.15/src/
H A Dtmpfs.rs26 pub struct Tmpfs { struct
36 impl Tmpfs { implementation
38 pub fn new<P: AsRef<Path>>(path: P) -> Tmpfs { in new() argument
39 Tmpfs { in new()
65 pub fn mode(mut self, mode: mode_t) -> Tmpfs { in mode() argument
70 pub fn uid(mut self, uid: uid_t) -> Tmpfs { in uid() argument
75 pub fn gid(mut self, gid: gid_t) -> Tmpfs { in gid() argument
132 impl fmt::Display for Tmpfs { implementation
140 impl Explainable for Tmpfs { implementation
152 use super::Tmpfs;
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/source/model/
H A DTmpfs.cpp21 Tmpfs::Tmpfs() : in Tmpfs() function in Aws::Batch::Model::Tmpfs
29 Tmpfs::Tmpfs(JsonView jsonValue) : in Tmpfs() function in Aws::Batch::Model::Tmpfs
38 Tmpfs& Tmpfs::operator =(JsonView jsonValue) in operator =()
67 JsonValue Tmpfs::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/source/model/
H A DTmpfs.cpp21 Tmpfs::Tmpfs() : in Tmpfs() function in Aws::ECS::Model::Tmpfs
29 Tmpfs::Tmpfs(JsonView jsonValue) : in Tmpfs() function in Aws::ECS::Model::Tmpfs
38 Tmpfs& Tmpfs::operator =(JsonView jsonValue) in operator =()
67 JsonValue Tmpfs::Jsonize() const in Jsonize()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/compose/convert/
H A Dvolume.go42 if volume.Tmpfs != nil {
94 if volume.Tmpfs != nil {
117 if volume.Tmpfs != nil {
119 SizeBytes: volume.Tmpfs.Size,
134 if volume.Tmpfs != nil {
H A Dvolume_test.go69 Tmpfs: &composetypes.ServiceVolumeTmpfs{
99 Tmpfs: &composetypes.ServiceVolumeTmpfs{
319 Tmpfs: &composetypes.ServiceVolumeTmpfs{
338 Tmpfs: &composetypes.ServiceVolumeTmpfs{
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/compose/convert/
H A Dvolume.go42 if volume.Tmpfs != nil {
94 if volume.Tmpfs != nil {
117 if volume.Tmpfs != nil {
119 SizeBytes: volume.Tmpfs.Size,
134 if volume.Tmpfs != nil {
H A Dvolume_test.go69 Tmpfs: &composetypes.ServiceVolumeTmpfs{
99 Tmpfs: &composetypes.ServiceVolumeTmpfs{
319 Tmpfs: &composetypes.ServiceVolumeTmpfs{
338 Tmpfs: &composetypes.ServiceVolumeTmpfs{
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/compose/convert/
H A Dvolume.go42 if volume.Tmpfs != nil {
94 if volume.Tmpfs != nil {
117 if volume.Tmpfs != nil {
119 SizeBytes: volume.Tmpfs.Size,
H A Dvolume_test.go69 Tmpfs: &composetypes.ServiceVolumeTmpfs{
99 Tmpfs: &composetypes.ServiceVolumeTmpfs{
319 Tmpfs: &composetypes.ServiceVolumeTmpfs{
338 Tmpfs: &composetypes.ServiceVolumeTmpfs{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/batch/types/
H A Dtypes.go1358 Tmpfs []Tmpfs
1689 type Tmpfs struct {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/batch/types/
H A Dtypes.go1358 Tmpfs []Tmpfs member
1689 type Tmpfs struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/batch/types/
H A Dtypes.go1358 Tmpfs []Tmpfs member
1689 type Tmpfs struct { struct
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration/internal/container/
H A Dops.go101 if c.HostConfig.Tmpfs == nil {
102 c.HostConfig.Tmpfs = make(map[string]string)
110 c.HostConfig.Tmpfs[spec[0]] = opts
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration/internal/container/
H A Dops.go101 if c.HostConfig.Tmpfs == nil {
102 c.HostConfig.Tmpfs = make(map[string]string)
110 c.HostConfig.Tmpfs[spec[0]] = opts
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration/internal/container/
H A Dops.go101 if c.HostConfig.Tmpfs == nil {
102 c.HostConfig.Tmpfs = make(map[string]string)
110 c.HostConfig.Tmpfs[spec[0]] = opts
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration/internal/container/
H A Dops.go101 if c.HostConfig.Tmpfs == nil {
102 c.HostConfig.Tmpfs = make(map[string]string)
110 c.HostConfig.Tmpfs[spec[0]] = opts
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/batch/types/
H A Dtypes.go1437 Tmpfs []Tmpfs member
1768 type Tmpfs struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/batch/types/
H A Dtypes.go1437 Tmpfs []Tmpfs member
1768 type Tmpfs struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/batch/types/
H A Dtypes.go1437 Tmpfs []Tmpfs member
1768 type Tmpfs struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/batch/types/
H A Dtypes.go1437 Tmpfs []Tmpfs member
1768 type Tmpfs struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/batch/types/
H A Dtypes.go1516 Tmpfs []Tmpfs member
1875 type Tmpfs struct { struct

12345678910>>...20