Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 14 of 14) sorted by relevance

/system/host/banjo/compiler/
A Dmain.cpp190 std::string argument = arguments_[0]; in Claim() local
193 return argument; in Claim()
218 std::string argument; in Claim() local
220 argument.push_back(file_.get()); in Claim()
223 return argument; in Claim()
/system/host/fidl/compiler/
A Dmain.cpp161 std::string argument = arguments_[0]; in Claim() local
164 return argument; in Claim()
189 std::string argument; in Claim() local
191 argument.push_back(static_cast<char>(file_.get())); in Claim()
194 return argument; in Claim()
/system/ulib/fs-host/
A Dcommon.cpp23 const char* argument; member
72 Argument argument; member
99 fprintf(stderr, "%-8s", OPTS[n].argument); in Usage()
124 if (IsArgumentValid(ARGS[n].argument)) { in Usage()
223 opts[index].has_arg = strlen(OPTS[n].argument) ? required_argument : no_argument; in ProcessArgs()
/system/host/blobfs/
A Dblobfs.h27 bool IsArgumentValid(Argument argument) override;
A Dmain.cpp71 bool BlobfsCreator::IsArgumentValid(Argument argument) { in IsArgumentValid() argument
72 switch (argument) { in IsArgumentValid()
/system/host/minfs/
A Dminfs.h24 bool IsArgumentValid(Argument argument) override;
A Dmain.cpp172 bool MinfsCreator::IsArgumentValid(Argument argument) { in IsArgumentValid() argument
173 switch (argument) { in IsArgumentValid()
/system/fidl/fuchsia-hardware-i2c/
A Di2c.fidl21 /// TODO(ZX-3029): Avoid requiring serialization and have SlaveTransfer take an argument of
/system/ulib/fs-host/include/fs-host/
A Dcommon.h83 virtual bool IsArgumentValid(Argument argument) = 0;
/system/fidl/fuchsia-net/
A Dsocket.fidl39 // argument buffer overflow
/system/fidl/fuchsia-process/
A Dlauncher.fidl11 // The handle to use for this argument.
14 // Process argument identifier, from <zircon/processargs.h>.
/system/banjo/ddk-protocol-usb-function/
A Dusb-function.banjo56 /// We will need to add a usb_speed_t argument to this callback.
/system/public/zircon/
A Dsyscalls.abigen20 # <aname> is the argument name. It must be a valid C identifier.
22 # <type> is the argument type. It must be a valid C identifier with an optional
24 # number being an integer and aname the name of the argument that controls the
27 # [ctr] can be empty or is an all-caps word to specify a argument constraint
/system/fidl/fuchsia-io/
A Dio.fidl157 // by the 'flags' argument.

Completed in 17 milliseconds