Searched refs:DSTDIR (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Mac/scripts/ |
D | genallsuites.py | 12 DSTDIR="/Users/jack/src/python/Lib/plat-mac/lib-scriptpackages" variable 25 output=os.path.join(DSTDIR, 'StdSuites'), 29 output=os.path.join(DSTDIR, 'SystemEvents'), 34 output=os.path.join(DSTDIR, 'CodeWarrior'), 38 output=os.path.join(DSTDIR, 'Explorer'), 42 output=os.path.join(DSTDIR, 'Finder'), 46 output=os.path.join(DSTDIR, 'Netscape'), 50 output=os.path.join(DSTDIR, 'Terminal'),
|
/external/tflite-support/tensorflow_lite_support/tools/pip_package/ |
D | build_pip_package.sh | 150 DSTDIR="" 177 DSTDIR="$(real_path $1)" 190 if [[ -z "$DSTDIR" ]] && [[ -z "$SRCDIR" ]]; then 201 if [[ -z "$DSTDIR" ]]; then 225 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | build_pip_package.sh | 284 DSTDIR="" 312 DSTDIR="$(real_path $1)" 314 DSTDIR="$(real_path $1)" 329 if [[ -z "$DSTDIR" ]] && [[ -z "$SRCDIR" ]]; then 342 if [[ -z "$DSTDIR" ]]; then 369 build_wheel "$SRCDIR" "$DSTDIR" "$PKG_NAME_FLAG"
|