Searched refs:CheckNotExistsFilePath (Results 1 – 9 of 9) sorted by relevance
42 static std::pair<bool, std::string> CheckNotExistsFilePath(const std::string& filePath);
57 std::pair<bool, std::string> CheckNotExistsFilePath(const std::string& filePath);
42 auto retFile = COMMON::CheckNotExistsFilePath(path); in Open()
435 auto retFile = COMMON::CheckNotExistsFilePath(outputFile); in MergeStandaloneFile()446 auto targetFile = COMMON::CheckNotExistsFilePath(resultFile); in MergeStandaloneFile()
286 auto retFile = COMMON::CheckNotExistsFilePath(file); in WriteStandalonePluginFile()
58 std::pair<bool, std::string> EbpfConverter::CheckNotExistsFilePath(const std::string &filePath) in CheckNotExistsFilePath() function in OHOS::EBPF_TOOLS::EbpfConverter584 auto retFileInput = OHOS::EBPF_TOOLS::EbpfConverter::CheckNotExistsFilePath(inputPath); in main()585 auto retFileOutput = OHOS::EBPF_TOOLS::EbpfConverter::CheckNotExistsFilePath(outputPath); in main()
293 auto retFile = COMMON::CheckNotExistsFilePath(config->filePath_); in StartHookLock()
800 std::pair<bool, std::string> CheckNotExistsFilePath(const std::string& filePath) in CheckNotExistsFilePath() function
430 auto retFile = COMMON::CheckNotExistsFilePath(hookConfig_.file_name()); in CreatePluginSession()