Home
last modified time | relevance | path

Searched defs:UUIDPath (Results 1 – 4 of 4) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Duuid_path.hpp13 template <unsigned int N> class UUIDPath { class
15 UUIDPath() in UUIDPath() function in horizon::UUIDPath
18 UUIDPath(const UUID &uu) : path({uu, uu}) in UUIDPath() function in horizon::UUIDPath
21 UUIDPath(const UUID &uu0, const UUID &uu1) : path({uu0, uu1}) in UUIDPath() function in horizon::UUIDPath
24 UUIDPath(const UUID &uu0, const UUID &uu1, const UUID &uu2) : path({uu0, uu1, uu2}) in UUIDPath() function in horizon::UUIDPath
30 UUIDPath(const std::string &str) in UUIDPath() function in horizon::UUIDPath
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/vsphere/
H A Dvsphere_util_linux.go26 const UUIDPath = "/sys/class/dmi/id/product_serial" const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/sys/
H A Duuid_linux.go24 UUIDPath = "/sys/class/dmi/id/product_serial" const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/guest/
H A Dutil_linux.go30 UUIDPath = "/sys/class/dmi/id/product_serial" const