Home | History | Annotate | Download | only in android

Lines Matching refs:fileName

114 _getFullFilePath( const char* rootPath, const char* fileName )
116 if (path_is_absolute(fileName)) {
117 return ASTRDUP(fileName);
121 p = bufprint(temp, end, "%s/%s", rootPath, fileName);