Lines Matching defs:InstallPath
1865 type InstallPath struct { struct
1866 basePath
1869 soongOutDir string
1873 partitionDir string
1875 partition string
1878 makePath bool
1880 fullPath string
1892 func (p *InstallPath) ToGob() *installPathGob {
1903 func (p *InstallPath) FromGob(data *installPathGob) {
1912 func (p InstallPath) GobEncode() ([]byte, error) {
1916 func (p *InstallPath) GobDecode(data []byte) error {
1928 func (p InstallPath) RelativeToTop() Path {
1939 func (p InstallPath) WithoutRel() Path {
1944 func (p InstallPath) getSoongOutDir() string {
1948 func (p InstallPath) ReplaceExtension(ctx PathContext, ext string) OutputPath {
1955 func (p InstallPath) writablePath() {}
1957 func (p InstallPath) String() string {
1964 func (p InstallPath) PartitionDir() string {
1972 func (p InstallPath) Partition() string {
1978 func (p InstallPath) Join(ctx PathContext, paths ...string) InstallPath {
1986 func (p InstallPath) withRel(rel string) InstallPath {
1994 func (p InstallPath) ToMakePath() InstallPath {
2104 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string {