Home
last modified time | relevance | path

Searched refs:ExplicitPathInZip (Results 1 – 3 of 3) sorted by relevance

/build/soong/zip/
Dzip_test.go460 ExplicitPathInZip("foo").
474 ExplicitPathInZip("foo").
487 ExplicitPathInZip("foo").
501 ExplicitPathInZip("foo/bar").
550 ExplicitPathInZip("foo").
552 ExplicitPathInZip("foo").
559 ExplicitPathInZip("foo").
Dzip.go83 ExplicitPathInZip string member
129 if b.state.ExplicitPathInZip != "" {
130 b.state.ExplicitPathInZip = ""
198 func (b *FileArgsBuilder) ExplicitPathInZip(s string) *FileArgsBuilder { func
199 b.state.ExplicitPathInZip = s
449 if fa.ExplicitPathInZip != "" {
450 dest = fa.ExplicitPathInZip
/build/soong/zip/cmd/
Dmain.go86 fileArgsBuilder.ExplicitPathInZip(s)