Searched refs:fileIsWritable (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
H A Datrace.cpp176 static bool fileIsWritable(const char* filename) { function
251 if (!fileIsWritable(path)) {
257 ok |= fileIsWritable(path);
393 if (path != NULL && fileIsWritable(path)) {
451 if (fileIsWritable(k_currentTracerPath)) {
454 if (fileIsWritable(k_ftraceFilterPath)) {
521 if (fileIsWritable(path)) {

Completed in 38 milliseconds