Searched refs:inputPath (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/ |
H A D | jsnapiinformation_fuzzer.cpp | 60 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 D | module_path_helper.cpp | 65 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 D | heap_dump_test.cpp | 119 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 D | ffi_workload.cpp | 3540 [](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