Home
last modified time | relevance | path

Searched refs:inputPath (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/
H A Djsnapiinformation_fuzzer.cpp60 std::function<bool(std::string dirPath, uint8_t * *buff, size_t * buffSize)> cb = [](const std::string &inputPath, in JSNApiFunctionFuzzTest()
62 if (inputPath.empty() || buff == nullptr || buffSize == nullptr) { in JSNApiFunctionFuzzTest()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp65 CString inputPath = requestName; in ConcatMergeFileNameToNormalized() local
69 THROW_MODULE_NOT_FOUND_ERROR_WITH_RETURN_VALUE(thread, inputPath, recordName, requestName); in ConcatMergeFileNameToNormalized()
926 CString inputPath = requestPath; in TranslateExpressionToNormalized() local
931 THROW_MODULE_NOT_FOUND_ERROR_WITH_RETURN_VALUE(thread, inputPath, recordName, requestPath); in TranslateExpressionToNormalized()
939 THROW_MODULE_NOT_FOUND_ERROR_WITH_RETURN_VALUE(thread, inputPath, recordName, requestPath); in TranslateExpressionToNormalized()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp119 bool DecodeRawHeapSnashot(std::string &inputPath, std::string &outputPath) in DecodeRawHeapSnashot() argument
125 auto ret = heapProfile->GenerateHeapSnapshot(inputPath, outputPath); in DecodeRawHeapSnashot()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3540 [](const std::string &inputPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg) -> bool { in HWTEST_F_L0()
3541 if (inputPath.empty() || buff == nullptr || buffSize == nullptr) { in HWTEST_F_L0()

Completed in 22 milliseconds