Home
last modified time | relevance | path

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

/third_party/typescript/src/loggedIO/
DloggedIO.ts337 const normalizedPath = ts.normalizePath(path).toLowerCase(); constant
/third_party/openhitls/testcode/sdv/testcase/tls/interface_tlcp/
Dtest_suite_sdv_hlt_cert_interface.c151 int NormalizePath(char* normalizedPath, const char* path) { in NormalizePath()