OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_BENCH_DATA_DIR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
gen_bench_expectations_from_codereview.py
23
TMP_BENCH_DATA_DIR
= os.path.join(CHECKOUT_PATH, '.bench_data')
135
if os.path.isdir(
TMP_BENCH_DATA_DIR
):
136
shutil.rmtree(
TMP_BENCH_DATA_DIR
)
143
dest_dir = os.path.join(
TMP_BENCH_DATA_DIR
, builder)
/external/skia/tools/
gen_bench_expectations_from_codereview.py
23
TMP_BENCH_DATA_DIR
= os.path.join(CHECKOUT_PATH, '.bench_data')
135
if os.path.isdir(
TMP_BENCH_DATA_DIR
):
136
shutil.rmtree(
TMP_BENCH_DATA_DIR
)
143
dest_dir = os.path.join(
TMP_BENCH_DATA_DIR
, builder)
Completed in 2397 milliseconds