HomeSort by relevance Sort by last modified time
    Searched full:pathbeforelastslash (Results 1 - 2 of 2) sorted by null

  /build/soong/python/
binary.go 109 existingPyPkg := PathBeforeLastSlash(path)
116 parentPath := PathBeforeLastSlash(existingPyPkg)
125 parentPath := PathBeforeLastSlash(path)
211 pkgPath = PathBeforeLastSlash(pkgPath)
219 // the PathBeforeLastSlash() will return "" for both cases above.
220 func PathBeforeLastSlash(path string) string {
  /build/soong/cmd/merge_zips/
merge_zips.go 283 pyPkg := pathBeforeLastSlash(file.Name)
297 parentPath = pathBeforeLastSlash(pathBeforeLastSlash(file.Name))
299 parentPath = pathBeforeLastSlash(file.Name)
385 pkgPath = pathBeforeLastSlash(pkgPath)
392 func pathBeforeLastSlash(path string) string {

Completed in 618 milliseconds