Searched refs:ACLOUD_DIR (Results 1 – 3 of 3) sorted by relevance
6 ACLOUD_DIR=$(dirname $(realpath $0))7 TOOLS_DIR=$(dirname $ACLOUD_DIR)29 local rc_file=${ACLOUD_DIR}/.coveragerc50 local all_tests=$(find $ACLOUD_DIR -type f -name "*_test.py" ! -name "acloud_test.py");106 pushd $ACLOUD_DIR &> /dev/null114 find $ACLOUD_DIR -name "*.pyc" -exec rm -f {} \;117 find $ACLOUD_DIR/internal/proto -name "*.py" -exec rm -f {} \;
6 ACLOUD_DIR=$(dirname $(realpath $0))7 TOOLS_DIR=$(dirname $ACLOUD_DIR)31 local rc_file=${ACLOUD_DIR}/.coveragerc52 local all_tests=$(find $ACLOUD_DIR -type f -name "*_test.py" ! -name "acloud_test.py");108 pushd $ACLOUD_DIR &> /dev/null116 find $ACLOUD_DIR -name "*.pyc" -exec rm -f {} \;119 find $ACLOUD_DIR/internal/proto -name "*.py" -exec rm -f {} \;
30 ACLOUD_DIR = os.path.realpath(os.path.dirname(__file__)) variable74 protoc_command = [PROTOC, "-I%s" % ACLOUD_DIR, "--python_out=.", source]80 GenerateProto(os.path.join(ACLOUD_DIR, "internal/proto/user_config.proto"))81 GenerateProto(os.path.join(ACLOUD_DIR, "internal/proto/internal_config.proto"))82 open(os.path.join(ACLOUD_DIR, "internal/proto/__init__.py"), "a").close()