Lines Matching defs:filename
203 std::string filename = GetFilename();
204 DCHECK(!filename.empty());
205 std::string path = directory + kPathSeparator + filename;
268 std::string filename = GetFilename();
269 DCHECK(!filename.empty());
270 std::string path = directory + kPathSeparator + filename;
436 DiagnosticFilename filename(env, "CPU", "cpuprofile");
437 env->set_cpu_prof_name(*filename);
451 DiagnosticFilename filename(env, "Heap", "heapprofile");
452 env->set_heap_prof_name(*filename);