Home
last modified time | relevance | path

Searched defs:OutputDir (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/csharp/Grpc.Tools/
H A DCommon.cs35 public static string OutputDir = "OutputDir"; field in Grpc.Tools.Metadata
H A DProtoCompile.cs330 public string OutputDir { get; set; } property in Grpc.Tools.ProtoCompile
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h32 FString OutputDir; member
/aosp_15_r20/frameworks/compile/slang/
Dllvm-rs-cc.cpp69 static const char *DetermineOutputFile(const std::string &OutputDir, in DetermineOutputFile()
/aosp_15_r20/build/soong/java/
H A Dsystem_modules.go129 OutputDir android.Path member
/aosp_15_r20/system/tools/aidl/
Doptions.h198 const string& OutputDir() const { return output_dir_; } in OutputDir() function
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/
Daidl.rs67 OutputDir(OwnedFd), enumerator
/aosp_15_r20/build/soong/android/
H A Drule_builder.go1395 func (c *RuleBuilderCommand) OutputDir(subPathComponents ...string) *RuleBuilderCommand { func
/aosp_15_r20/build/soong/mk2rbc/
H A Dmk2rbc.go187 OutputDir string // if set, root of the output hierarchy member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2080 SmallString<128> OutputDir; in registerCallbacks() local