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

/frameworks/native/cmds/atrace/
H A Datrace.cpp242 static bool fileIsWritable(const char* filename) { function
349 if (!fileIsWritable(path)) {
355 ok |= fileIsWritable(path);
577 if (path != NULL && fileIsWritable(path)) {
637 if (fileIsWritable(k_currentTracerPath)) {
640 if (fileIsWritable(k_ftraceFilterPath)) {
771 if (fileIsWritable(path)) {

Completed in 419 milliseconds