Searched refs:checkPath (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | scene_board_judgement.cpp | 60 char checkPath[PATH_MAX] = { 0 }; in InitWithConfigFile() local 61 if (realpath(filePath, checkPath) == nullptr) { in InitWithConfigFile() 65 std::ifstream configFile(checkPath); in InitWithConfigFile()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | watchdog_task.cpp | 43 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()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.cpp | 86 char checkPath[PATH_MAX] = {0}; in GetFirstLine() local 87 if (realpath(path.c_str(), checkPath) == nullptr) { in GetFirstLine() 92 std::ifstream inFile(checkPath); in GetFirstLine()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon.cpp | 492 auto checkPath = physicalPath; in CheckCopyRule() local 506 auto pos = checkPath.rfind('/'); in CheckCopyRule() 511 checkPath = checkPath.substr(0, pos); in CheckCopyRule() 512 if (!SandboxHelper::CheckValidPath(checkPath)) { in CheckCopyRule()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 183 bool RunScriptPath(const char* path, bool checkPath = false) override; 191 char* entryPoint = nullptr, bool checkPath = false) override; 210 NAPI_EXPORT bool ExecuteJsBin(const std::string& fileName, bool checkPath = false);
|
H A D | ark_native_engine.cpp | 2426 bool ArkNativeEngine::RunScriptPath(const char* path, bool checkPath) in RunScriptPath() argument 2428 if (checkPath && !IsValidPandaFile(path)) { in RunScriptPath() 2603 const char* descriptor, char* entryPoint, bool checkPath) in RunActor() argument 2611 (checkPath && descriptor != nullptr && !IsValidPandaFile(descriptor))) { in RunActor() 2667 bool ArkNativeEngine::ExecuteJsBin(const std::string& fileName, bool checkPath) in ExecuteJsBin() argument 2669 if (checkPath && !IsValidPandaFile(fileName.c_str())) { in ExecuteJsBin()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 147 virtual bool RunScriptPath(const char* path, bool checkPath = false) = 0; 152 const char* descriptor, char* entryPoint = nullptr, bool checkPath = false) = 0;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(Ws.parse(e).roo… function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(Ws.parse(e).roo… function
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …checkPath=function(e){if("win32"===process.platform){if(/[<>:"|?*]/.test(e.replace(Ws.parse(e).roo… function
|