Home
last modified time | relevance | path

Searched refs:SetFileModeAsDefault (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Ddirectory.cpp33 bool SetFileModeAsDefault([[maybe_unused]] const std::string &filename) in SetFileModeAsDefault() function
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Ddirectory.cpp29 bool SetFileModeAsDefault([[maybe_unused]] const std::string &filename) in SetFileModeAsDefault() function
/arkcompiler/ets_runtime/ecmascript/platform/
H A Ddirectory.h25 bool PUBLIC_API SetFileModeAsDefault(const std::string &filename);
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Ddirectory.cpp35 bool SetFileModeAsDefault(const std::string &filename) in SetFileModeAsDefault() function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.h204 bool SetFileModeAsDefault(const std::string &filename);
H A Dfile_generators.cpp668 if (!panda::ecmascript::SetFileModeAsDefault(filename)) { in SaveAOTFile()
695 if (!panda::ecmascript::SetFileModeAsDefault(filename)) { in SaveEmptyAOTFile()
800 if (!panda::ecmascript::SetFileModeAsDefault(aiPath.c_str())) { in SaveSnapshotFile()

Completed in 4 milliseconds