Home
last modified time | relevance | path

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

/external/fio/engines/
Ddev-dax.c259 char spath[PATH_MAX]; in fio_devdax_get_file_size() local
280 snprintf(spath, PATH_MAX, "/sys/dev/char/%d:%d/subsystem", in fio_devdax_get_file_size()
283 rpath = realpath(spath, npath); in fio_devdax_get_file_size()
286 td->o.name, spath, strerror(errno)); in fio_devdax_get_file_size()
296 snprintf(spath, PATH_MAX, "/sys/dev/char/%d:%d/size", in fio_devdax_get_file_size()
299 sfile = fopen(spath, "r"); in fio_devdax_get_file_size()
302 td->o.name, spath, strerror(errno)); in fio_devdax_get_file_size()
309 td->o.name, spath, strerror(errno)); in fio_devdax_get_file_size()
/external/curl/lib/
Dcookie.c112 free(co->spath); in freecookie()
502 free(co->spath); /* if this is set again */ in Curl_cookie_add()
503 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
504 if(!co->spath) { in Curl_cookie_add()
669 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
670 if(!co->spath) in Curl_cookie_add()
756 co->spath = sanitize_cookie_path(co->path); in Curl_cookie_add()
757 if(!co->spath) { in Curl_cookie_add()
767 co->spath = strdup("/"); in Curl_cookie_add()
768 if(!co->spath) in Curl_cookie_add()
[all …]
Dcookie.h33 char *spath; /* sanitized cookie path */ member
/external/autotest/client/cros/
Dliststorage.py229 spath = "%s/%s" % (INFO_PATH, blockdev)
230 block_size = int(open("%s/queue/physical_block_size" % spath).read())
231 is_removable = bool(int(open("%s/removable" % spath).read()))
241 for basename in os.listdir(spath):
242 partition_path = "%s/%s" % (spath, basename)
257 devs = get_partition_info(spath, dev_bus, dev_model, dev_uuid, dev_fs,
/external/curl/tests/
Dsshhelp.pm333 my @spath;
334 push(@spath, File::Spec->path());
335 push(@spath, @sftppath);
336 return find_file($filename, @spath);
/external/libxml2/
Drunsuite.c777 const xmlChar *spath, const char *base) { in xstcTestInstance() argument
837 path, spath); in xstcTestInstance()
841 path, spath); in xstcTestInstance()
848 path, spath); in xstcTestInstance()
/external/autotest/client/bin/net/
Dnet_utils_unittest.py843 spath = '/sys/class/net/%s/carrier' % mock_netif._name
850 net_utils.open.expect_call(spath).and_return(f)
855 net_utils.open.expect_call(spath).and_return(f)