Lines Matching refs:filesDir
251 std::string filesDir = context->GetFilesDir(); in StartProfiling() local
252 if (filesDir.empty()) { in StartProfiling()
255 std::string filePath = filesDir + SLASH_STR + fileName + JSON_FILE; in StartProfiling()
280 std::string filesDir = context->GetFilesDir(); in StartJsCpuProfiling() local
281 if (filesDir.empty()) { in StartJsCpuProfiling()
284 std::string filePath = filesDir + SLASH_STR + fileName + JSON_FILE; in StartJsCpuProfiling()
317 std::string filesDir = context->GetFilesDir(); in DumpHeapData() local
318 if (filesDir.empty()) { in DumpHeapData()
321 std::string filePath = filesDir + SLASH_STR + fileName + HEAPSNAPSHOT_FILE; in DumpHeapData()
346 std::string filesDir = context->GetFilesDir(); in DumpJsHeapData() local
347 if (filesDir.empty()) { in DumpJsHeapData()
350 std::string filePath = filesDir + SLASH_STR + fileName + HEAPSNAPSHOT_FILE; in DumpJsHeapData()