Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Drun_cavp.go28 androidTmpPath = "/data/local/tmp/" const
29 androidCAVPPath = androidTmpPath + "cavp"
30 androidLibCryptoPath = androidTmpPath + "libcrypto.so"
436 args = []string{"shell", "LD_LIBRARY_PATH=" + androidTmpPath, androidCAVPPath}
445 reqPathOnDevice = path.Join(androidTmpPath, test.inFile+".req")