Lines Matching defs:InstallPath
1884 type InstallPath struct { struct
1885 basePath
1888 soongOutDir string
1892 partitionDir string
1894 partition string
1897 makePath bool
1899 fullPath string
1911 func (p *InstallPath) ToGob() *installPathGob {
1922 func (p *InstallPath) FromGob(data *installPathGob) {
1931 func (p InstallPath) GobEncode() ([]byte, error) {
1935 func (p *InstallPath) GobDecode(data []byte) error {
1947 func (p InstallPath) RelativeToTop() Path {
1958 func (p InstallPath) WithoutRel() Path {
1963 func (p InstallPath) getSoongOutDir() string {
1967 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1974 func (p InstallPath) writablePath() {}
1976 func (p InstallPath) String() string {
1983 func (p InstallPath) PartitionDir() string {
1991 func (p InstallPath) Partition() string {
1997 func (p InstallPath) Join(ctx PathContext, paths ...string) InstallPath {
2005 func (p InstallPath) withRel(rel string) InstallPath {
2013 func (p InstallPath) ToMakePath() InstallPath {
2123 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string {