Home
last modified time | relevance | path

Searched refs:binname (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/scripts/
H A Decp_comb_table.py171 binname = tempfile.mktemp(prefix="mbedtls")
179 "-o", binname,
187 p = subprocess.run(args=[binname], check=False, env={
193 os.unlink(binname)
/third_party/node/deps/openssl/openssl/Configurations/platform/
H A DBASE.pm25 sub binname { return $_[1] } # Name of executable binary subroutine
35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
/third_party/openssl/Configurations/platform/
H A DBASE.pm25 sub binname { return $_[1] } # Name of executable binary subroutine
35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
/third_party/node/deps/openssl/openssl/Configurations/platform/Windows/
H A DMSVC.pm41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
/third_party/openssl/Configurations/platform/Windows/
H A DMSVC.pm41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());

Completed in 3 milliseconds