booster / com.didiglobal.booster.aapt2 / ResourcesInternal / CompiledFile / Builder / setSourcePathBytes

setSourcePathBytes

fun setSourcePathBytes(value: ByteString!): Builder!


        The filesystem path to where the source file originated.
        Mainly used to display helpful error messages.
        
string source_path = 4;

Parameters

value - ByteString!: The bytes for sourcePath to set.

Return
Builder!: This builder for chaining.