Home
last modified time | relevance | path

Searched refs:filesDir (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp251 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
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DIOUtils.ts27 …fileio.mkdirSync(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbT…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets151 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…
171 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…