Home | History | Annotate | Download | only in perf-test-scripts

Lines Matching refs:fileexists

8 fileexists() {
12 if fileexists $1; then
19 if fileexists $1; then
47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then
54 if fileexists $CPU_DIR/$core/cpufreq/scaling_available_frequencies; then
56 elif fileexists $CPU_DIR/$core/cpufreq/stats/time_in_state; then
63 if fileexists $CPU_DIR/$core/cpufreq/scaling_cur_freq; then
75 if fileexists $GPU_DIR/devfreq/available_frequencies; then
77 elif fileexists $GPU_DIR/gpu_available_frequencies; then
79 elif fileexists /d/clock/gbus/possible_rates; then
93 if fileexists $GPU_DIR/max_gpuclk; then
95 elif fileexists /d/clock/override.gbus/rate; then