Searched refs:SKIA_DIR (Results 1 – 7 of 7) sorted by relevance
/external/skqp/infra/cmake/ |
D | build_skia.sh | 19 SKIA_DIR=`cd $BASE_DIR/../.. && pwd` 22 rm -rf $SKIA_DIR/out/CMAKE 23 mkdir --mode=0777 -p $SKIA_DIR/out/CMAKE 25 cd $SKIA_DIR 28 cd $SKIA_DIR/out/CMAKE 34 cp $SKIA_DIR/out/CMAKE/* /OUT || true
|
/external/skia/infra/cmake/ |
D | build_skia.sh | 19 SKIA_DIR=`cd ${BASE_DIR}/../.. && pwd` 23 cd ${SKIA_DIR} 25 gn gen ${OUT} --args='is_debug=false' --ide=json --json-ide-script=$SKIA_DIR/gn/gn_to_cmake.py
|
/external/skia/infra/bots/ |
D | check_deps.py | 21 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) variable 34 [python, gclient_py, 'revinfo'], cwd=SKIA_DIR)
|
D | infra_tests.py | 19 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) variable 45 return test(cmd, SKIA_DIR)
|
/external/skqp/infra/bots/ |
D | infra_tests.py | 18 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) variable 43 return test(cmd, SKIA_DIR)
|
/external/skqp/infra/bots/assets/ |
D | asset_utils.py | 28 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) variable 297 with utils.chdir(SKIA_DIR):
|
/external/skia/infra/bots/assets/ |
D | asset_utils.py | 29 SKIA_DIR = os.path.abspath(os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir)) variable 320 with utils.chdir(SKIA_DIR):
|