Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp33 const constexpr char* TEMP_HTML_CONVERT_DATA_ROOT_PATH = "data/storage/el2/base/temp/htmlconvert"; variable
376 CreateDirectory(TEMP_HTML_CONVERT_DATA_ROOT_PATH); in WriteLocalFile()
377 std::string localPath = TEMP_HTML_CONVERT_DATA_ROOT_PATH + std::string("/") + fileName; in WriteLocalFile()