Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dscene_board_judgement.cpp60 char checkPath[PATH_MAX] = { 0 }; in InitWithConfigFile() local
61 if (realpath(filePath, checkPath) == nullptr) { in InitWithConfigFile()
65 std::ifstream configFile(checkPath); in InitWithConfigFile()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dwatchdog_task.cpp43 char checkPath[PATH_MAX] = { 0 }; in GetFirstLine() local
44 if (realpath(path.c_str(), checkPath) == nullptr) { in GetFirstLine()
48 std::ifstream inFile(checkPath); in GetFirstLine()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp509 auto checkPath = physicalPath; in CheckCopyRule() local
523 auto pos = checkPath.rfind('/'); in CheckCopyRule()
528 checkPath = checkPath.substr(0, pos); in CheckCopyRule()
529 if (!SandboxHelper::CheckValidPath(checkPath)) { in CheckCopyRule()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h184 bool RunScriptPath(const char* path, bool checkPath = false) override;
192 char* entryPoint = nullptr, bool checkPath = false) override;
211 NAPI_EXPORT bool ExecuteJsBin(const std::string& fileName, bool checkPath = false);
H A Dark_native_engine.cpp2414 bool ArkNativeEngine::RunScriptPath(const char* path, bool checkPath) in RunScriptPath() argument
2416 if (checkPath && !IsValidPandaFile(path)) { in RunScriptPath()
2591 const char* descriptor, char* entryPoint, bool checkPath) in RunActor()
2599 (checkPath && descriptor != nullptr && !IsValidPandaFile(descriptor))) { in RunActor()
2655 bool ArkNativeEngine::ExecuteJsBin(const std::string& fileName, bool checkPath) in ExecuteJsBin() argument
2657 if (checkPath && !IsValidPandaFile(fileName.c_str())) { in ExecuteJsBin()
2590 RunActor(uint8_t* buffer, size_t bufferSize, const char* descriptor, char* entryPoint, bool checkPath) RunActor() argument
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h151 virtual bool RunScriptPath(const char* path, bool checkPath = false) = 0;
156 const char* descriptor, char* entryPoint = nullptr, bool checkPath = false) = 0;

Completed in 9 milliseconds