HomeSort by relevance Sort by last modified time
    Searched full:androidtmppath (Results 1 - 1 of 1) sorted by null

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

Completed in 589 milliseconds