Home
last modified time | relevance | path

Searched refs:FILEDIR (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.h58 static constexpr const char FILEDIR[] = "/data/storage/el2/base/files/"; member in panda::ecmascript::ModuleLogger
H A Dmodule_logger.cpp38 path = FILEDIR + std::string(vm_->GetBundleName().c_str()) + SUFFIX; in CreateResultFile()
51 path = FILEDIR + std::string(vm_->GetBundleName().c_str()) + SUFFIX; in OpenResultFile()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp50 constexpr char FILEDIR[] = "/data/storage/el2/base/files/"; member
370 std::string path = FILEDIR + fileName; in CreateFile()

Completed in 4 milliseconds