Searched refs:fileName (Results 76 - 78 of 78) sorted by relevance

1234

/dalvik/vm/alloc/
H A DHeap.c1085 * If "fileName" is NULL, a suitable name will be generated automatically.
1089 int hprofDumpHeap(const char* fileName, bool directToDdms) argument
1096 gDvm.gcHeap->hprofFileName = fileName;
/dalvik/vm/jdwp/
H A DJdwpHandler.c636 const char* fileName; local
640 fileName = dvmDbgGetSourceFile(refTypeId);
641 if (fileName != NULL) {
642 expandBufAddUtf8String(pReply, (const u1*) fileName);
/dalvik/tools/dmtracedump/
H A DTraceDump.c177 const char* fileName; member in struct:MethodEntry
346 const char *signature, const char* fileName,
353 method->fileName = fileName;
344 initMethodEntry(MethodEntry *method, unsigned int methodId, const char *className, const char *methodName, const char *signature, const char* fileName, const char* lineNumStr) argument

Completed in 151 milliseconds

1234