HomeSort by relevance Sort by last modified time
    Searched refs:spath (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 70 spath := filepath.Join(lpath, "go", inst.GccVersion)
71 fi, err := os.Stat(spath)
75 paths = append(paths, spath)
77 spath = filepath.Join(spath, inst.TargetTriple)
78 fi, err = os.Stat(spath)
82 paths = append(paths, spath)
importer.go 43 for _, spath := range searchpaths {
44 pkgfullpath := filepath.Join(spath, pkgpath)
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 70 spath := filepath.Join(lpath, "go", inst.GccVersion)
71 fi, err := os.Stat(spath)
75 paths = append(paths, spath)
77 spath = filepath.Join(spath, inst.TargetTriple)
78 fi, err = os.Stat(spath)
82 paths = append(paths, spath)
importer.go 43 for _, spath := range searchpaths {
44 pkgfullpath := filepath.Join(spath, pkgpath)
  /external/autotest/client/cros/
liststorage.py 172 spath = "%s/%s" % (INFO_PATH, blockdev)
173 block_size = int(open("%s/queue/physical_block_size" % spath).read())
174 is_removable = bool(int(open("%s/removable" % spath).read()))
184 for basename in os.listdir(spath):
185 partition_path = "%s/%s" % (spath, basename)
186 # we want to check if within |spath| there are subdevices with
200 devs = get_partition_info(spath, dev_bus, dev_model, dev_uuid, dev_fs,
  /external/fio/engines/
dev-dax.c 259 char spath[PATH_MAX]; local
280 snprintf(spath, PATH_MAX, "/sys/dev/char/%d:%d/subsystem",
283 rpath = realpath(spath, npath);
286 td->o.name, spath, strerror(errno));
296 snprintf(spath, PATH_MAX, "/sys/dev/char/%d:%d/size",
299 sfile = fopen(spath, "r");
302 td->o.name, spath, strerror(errno));
309 td->o.name, spath, strerror(errno));
  /external/curl/lib/
cookie.c 111 free(co->spath);
486 co->spath = sanitize_cookie_path(co->path);
487 if(!co->spath) {
637 co->spath = sanitize_cookie_path(co->path);
638 if(!co->spath)
726 co->spath = sanitize_cookie_path(co->path);
727 if(!co->spath) {
737 co->spath = strdup("/");
738 if(!co->spath)
829 if(clist->spath && co->spath)
    [all...]
cookie.h 33 char *spath; /* sanitized cookie path */ member in struct:Cookie
  /external/curl/tests/
sshhelp.pm 333 my @spath;
334 push(@spath, File::Spec->path());
335 push(@spath, @sftppath);
336 return find_file($filename, @spath);
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/libxml2/
runsuite.c 777 const xmlChar *spath, const char *base) {
837 path, spath);
841 path, spath);
848 path, spath);
  /external/autotest/client/bin/net/
net_utils_unittest.py     [all...]

Completed in 684 milliseconds