Home
last modified time | relevance | path

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

/build/soong/cmd/merge_zips/
Dmerge_zips.go315 pyPkg := pathBeforeLastSlash(file.Name)
329 parentPath = pathBeforeLastSlash(pathBeforeLastSlash(file.Name))
331 parentPath = pathBeforeLastSlash(file.Name)
423 pkgPath = pathBeforeLastSlash(pkgPath)
430 func pathBeforeLastSlash(path string) string { func