Home
last modified time | relevance | path

Searched defs:queryPathInfo (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dstore-api.cc323 ref<const ValidPathInfo> Store::queryPathInfo(const Path & storePath) in queryPathInfo() function in nix::Store
340 void Store::queryPathInfo(const Path & storePath, in queryPathInfo() function in nix::Store
/dports/sysutils/nix/nix-2.3.10/perl/lib/Nix/
H A DStore.xs102 SV * queryPathInfo(char * path, int base32) in queryPathInfo() function