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

  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 290 // xreaddir replaces dst with a list of the names of the files and subdirectories in dir.
292 func xreaddir(dir string) []string { func
305 // xreaddir replaces dst with a list of the names of the files in dir.
build.go 646 files := xreaddir(path)
991 for _, elem := range xreaddir(path) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 290 // xreaddir replaces dst with a list of the names of the files and subdirectories in dir.
292 func xreaddir(dir string) []string { func
305 // xreaddir replaces dst with a list of the names of the files in dir.
build.go 646 files := xreaddir(path)
991 for _, elem := range xreaddir(path) {
    [all...]

Completed in 164 milliseconds