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.cpp246 std::string filesDir = context->GetFilesDir(); in StartProfiling() local
247 if (filesDir.empty()) { in StartProfiling()
250 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in StartProfiling()
276 std::string filesDir = context->GetFilesDir(); in StartJsCpuProfiling() local
277 if (filesDir.empty()) { in StartJsCpuProfiling()
280 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in StartJsCpuProfiling()
314 std::string filesDir = context->GetFilesDir(); in DumpHeapData() local
315 if (filesDir.empty()) { in DumpHeapData()
318 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in DumpHeapData()
344 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.ets150 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…
170 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…