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/curl/lib/
cookie.c 108 free(co->spath);
461 co->spath = sanitize_cookie_path(co->path);
462 if(!co->spath) {
620 co->spath = sanitize_cookie_path(co->path);
621 if(!co->spath)
709 co->spath = sanitize_cookie_path(co->path);
710 if(!co->spath) {
720 co->spath = strdup("/");
721 if(!co->spath)
796 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 380 milliseconds