Home
last modified time | relevance | path

Searched refs:stLink (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Doptimise-store.cc187 struct stat stLink; in optimisePath_() local
188 if (lstat(linkPath.c_str(), &stLink)) in optimisePath_()
191 if (st.st_ino == stLink.st_ino) { in optimisePath_()
196 if (st.st_size != stLink.st_size) { in optimisePath_()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowLocaleCoverage.java1320 String stLink = "n/a"; in spreadsheetLine() local
1351 stLink = URLS.forXpath(locale, path); in spreadsheetLine()