HomeSort by: relevance | last modified time | path
    Searched defs:file_exists_exact (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/postinstall/
postinstall.in 491 # file_exists_exact path
499 file_exists_exact() function
501 [ -n "$1" ] || err 3 "USAGE: file_exists_exact path"
529 if ! ${file_exists_exact} "${ofile}"; then
2874 file_exists_exact=file_exists_exact
2877 file_exists_exact=:

Completed in 17 milliseconds