Searched refs:filesDir (Results 1 – 3 of 3) sorted by relevance
251 std::string filesDir = context->GetFilesDir(); in StartProfiling() local252 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() local281 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() local318 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 …]
27 …fileio.mkdirSync(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbT…
151 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…171 …createFilePath(globalThis.abilityContext.getApplicationContext().filesDir + "/" + globalThis.dbTim…