Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcreate_empty_file_test.cpp54 filesystem::CreateEmptyFile(file_path); in HWTEST_F_L0()
70 filesystem::CreateEmptyFile(file_path); in HWTEST_F_L0()
83 filesystem::CreateEmptyFile(file_path); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/platform/
Dfilesystem.h30 PUBLIC_API void CreateEmptyFile(const std::string& fileName);
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp98 void CreateEmptyFile(const std::string& fileName) in CreateEmptyFile() function
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map323 panda::ecmascript::filesystem::CreateEmptyFile*;