Searched refs:relpath (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | antora-prep.py | 171 self.relpath = None 245 self.relpath = os.path.relpath(self.srcpath, root) 274 self.dstpath = Path(self.component) / Partials / self.relpath 277 self.dstpath = Path(self.component) / Partials / self.relpath 278 self.dstlink = Path(self.component) / Pages / self.relpath 284 self.dstpath = Path(self.component) / self.relpath 537 pageInfo[docFile.relpath] = docFile 541 pageMap[docFile.titleAnchor] = docFile.relpath
|
D | cerealgenerator.py | 234 return str(PurePosixPath(Path(os.path.relpath(someArg))))
|
D | genRef.py | 209 newPath = os.path.relpath(incPath, baseDir)
|
/hardware/interfaces/compatibility_matrices/build/ |
D | vintf_compatibility_matrix.go | 55 relpath = "vintf" const 174 ctx.InstallFile(android.PathForModuleInstall(ctx, "etc", relpath), outputFilename, g.genFile) 183 fmt.Fprintln(w, "LOCAL_MODULE_RELATIVE_PATH :=", relpath)
|
/hardware/google/av/hooks/ |
D | install | 27 …os.symlink(os.path.relpath(os.path.realpath("hooks/install"), os.path.realpath(".git/hooks/")), tg…
|