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

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h178 std::string curfile; local
179 curfile = m_folder + "/" + m_curs_id->d_name;
183 // stat (curfile.c_str(), &st_buf);
188 if(!getMarketHeader(curfile,m_sym,iscomplex,isvector)) continue;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c88 const char *curfile; member in struct:__anon16328
257 yasm_linemap_lookup(info->linemap, bc->line, &info->curfile,
263 if (info->lastfile != info->curfile) {
266 stabs_dbgfmt_append_bcstr(info->stabstr, info->curfile),
279 info->lastfile = info->curfile;
/external/libmtp/src/
H A Dlibmtp.c2436 LIBMTP_file_t *curfile = NULL; local
2468 if (curfile == NULL) {
2469 curfile = file;
2472 curfile->next = file;
2473 curfile = file;
3912 LIBMTP_file_t *curfile = NULL; local
4029 curfile = file;
4031 curfile->next = file;
4032 curfile = file;
/external/checkpolicy/
H A Dpolicy_define.c58 char *curfile = 0; variable

Completed in 8629 milliseconds