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

  /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 112 free(co->spath);
487 co->spath = sanitize_cookie_path(co->path);
488 if(!co->spath) {
638 co->spath = sanitize_cookie_path(co->path);
639 if(!co->spath)
727 co->spath = sanitize_cookie_path(co->path);
728 if(!co->spath) {
738 co->spath = strdup("/");
739 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 186 milliseconds