Searched refs:DOWNLOAD_DIR (Results 1 – 2 of 2) sorted by relevance
10 DOWNLOAD_DIR=/tmp/source12 mkdir -p $DOWNLOAD_DIR29 if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then30 …ses/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERSION}.tar.gz | tar xz -C $DOWNLOAD_DIR32 pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
27 DOWNLOAD_DIR = '/home/chronos/user/Downloads/download' variable in policy_DownloadDirectory76 os.path.isfile(self.DOWNLOAD_DIR)):80 if (not os.path.isfile(self.DOWNLOAD_DIR) or87 for test_dir in [self.DOWNLOAD_DIR, self.GDRIVE_DIR]: