Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DApiExtractor.spec.ts128 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/classTest.d.ts'; variable
148 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/interfaceTest.d.ts'; variable
166 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/typeLiteralTest.d.ts'; variable
184 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/enumTest.d.ts'; variable
198 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/objectLiteral.d.ts'; variable
218 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/moduleTest.d.ts'; variable
239 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/systemApiArgsTest.d.ts'; variable
261 let filePath: string = 'test/ut/utils/apiTest_visitPropertyAndName/systemApiArgsTest.d.ts'; variable
709 let filePath: string = 'test/ut/utils/apiTest_visitAtKeepNames/atKeepClass01.ts'; variable
719 let filePath: string = 'test/ut/utils/apiTest_visitAtKeepNames/atKeepClass01.ts'; variable
[all …]
DSourceMapUtil.spec.ts21 const filePath = 'demo.js'; constant
DScopeAnalyzer.spec.ts325 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeModule.ts'; variable
366 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeFunctionLike.ts'; variable
407 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeExportNames.ts'; variable
454 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeFunctionType.ts'; variable
470 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeImportEqualsDeclaration.ts'; variable
521 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeClassLike.ts'; variable
540 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeObjectBindingPatternRequire.ts'; variable
577 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeNamespaceExport.ts'; variable
621 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeBreakOrContinue.ts'; variable
664 let filePath = 'test/ut/utils/ScopeAnalyzer/analyzeCatchClause.ts'; variable
[all …]
/arkcompiler/ets_frontend/arkguard/scripts/
Dexecute_result_statistics.js35 function runTest(filePath) { argument
78 function executeRunTest(fileName, filePath) { argument
90 function compareContent(filePath) { argument
106 const compareExpected = function(filePath, actual, expectation) { argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp23 …athResolver::FindImportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, in FindImportedFunctions()
47 …athResolver::FindExportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, in FindExportedFunctions()
85 std::string_view PathResolver::FindNamedImportAll(std::string_view filePath, std::string_view bindi… in FindNamedImportAll()
108 std::optional<EntityInfo> PathResolver::FindImportedEntity(std::string_view filePath, std::string_v… in FindImportedEntity()
136 std::optional<EntityInfo> PathResolver::FindExportedEntity(std::string_view filePath, std::string_v… in FindExportedEntity()
DdebugInfoStorage.cpp92 const panda_file::File *DebugInfoStorage::GetPandaFile(std::string_view filePath) in GetPandaFile()
101 const ImportExportTable *DebugInfoStorage::GetImportExportTable(std::string_view filePath) in GetImportExportTable()
110 panda_file::ClassDataAccessor *DebugInfoStorage::GetGlobalClassAccessor(std::string_view filePath) in GetGlobalClassAccessor()
119 std::string_view DebugInfoStorage::GetModuleName(std::string_view filePath) in GetModuleName()
128 panda_file::File::EntityId DebugInfoStorage::FindClass(std::string_view filePath, std::string_view … in FindClass()
/arkcompiler/runtime_core/panda_guard/util/
Dfile_util.cpp30 std::string panda::guard::FileUtil::GetFileContent(const std::string &filePath) in GetFileContent()
52 std::vector<std::string> panda::guard::FileUtil::GetLineDataFromFile(const std::string &filePath) in GetLineDataFromFile()
75 void panda::guard::FileUtil::WriteFile(const std::string &filePath, const std::string &content) in WriteFile()
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp19 std::string JSFilePath::GetBaseName(const std::string &filePath) in GetBaseName()
31 std::string JSFilePath::GetFileName(const std::string &filePath) in GetFileName()
47 std::string JSFilePath::GetFileExtension(const std::string &filePath) in GetFileExtension()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader.cpp27 std::shared_ptr<ZipFileReader> ZipFileReader::CreateZipFileReader(const std::string &filePath) in CreateZipFileReader()
56 size_t ZipFileReader::GetFileLen(const std::string &filePath) in GetFileLen()
Dzip_file_reader_mem.h27 ZipFileReaderMem(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderMem()
Dzip_file_reader_io.h27 ZipFileReaderIo(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderIo()
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
DstringLiteral_demo_02-assert-expectation.ts20 const filePath = path.join(__filename, '../stringLiteral_demo_02_use.ts'); constant
Dnamespace_api_01-assert-expectation.ts20 const filePath = path.join(__filename, '../namespace_api_01_use.ts'); constant
Dinterface_demo_01-assert-expectation.ts20 const filePath = path.join(__filename, '../interface_demo_01_use.ts'); constant
DstringLiteral_demo_01-assert-expectation.ts20 const filePath = path.join(__filename, '../stringLiteral_demo_01_use.ts'); constant
/arkcompiler/runtime_core/panda_guard/tests/util/
Dtest_util.cpp20 void panda::guard::TestUtil::RemoveFile(const std::string &filePath) in RemoveFile()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp124 size_t GenerateSnapShot(const std::string &filePath) in GenerateSnapShot()
139 bool ContrastJSONLineHeader(const std::string &filePath, std::string lineHeader) in ContrastJSONLineHeader()
151 … bool ContrastJSONSectionPayload(const std::string &filePath, std::string dataLable, int fieldNum) in ContrastJSONSectionPayload()
171 …bool ContrastJSONPayloadCntAndHitStrField(const std::string &filePath, std::string dataLable, int … in ContrastJSONPayloadCntAndHitStrField()
195 bool ContrastJSONNativeSizeNum(const std::string &filePath, std::string nodesLable, int nNum) in ContrastJSONNativeSizeNum()
237 bool ContrastJSONClousure(const std::string &filePath) in ContrastJSONClousure()
248 int ExtractCountFromMeta(const std::string &filePath, std::string typeLable) in ExtractCountFromMeta()
265 int ExtractCountFromPayload(const std::string &filePath, std::string dataLabel) in ExtractCountFromPayload()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dentity.cpp52 void panda::guard::Entity::WriteNameCache(const std::string &filePath) in WriteNameCache()
83 void panda::guard::Entity::WriteFileCache(const std::string &filePath) {} in WriteFileCache()
212 ReferenceFilePath filePath(this->function_->program_); in UpdateInsFileName() local
Dmethod.cpp53 void panda::guard::Method::WriteFileCache(const std::string &filePath) in WriteFileCache()
75 void panda::guard::OuterMethod::WriteFileCache(const std::string &filePath) in WriteFileCache()
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.h31 void SetProfilePath(std::string &filePath) in SetProfilePath()
/arkcompiler/runtime_core/panda_guard/tests/unittest/
Dguard_name_cache_test.cpp75 std::string filePath = "/entry/src/test1/test2.ets"; variable
136 std::string filePath = "/entry/src/common/calc.ets"; variable
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReaderForTest.ts44 const filePath = path.join(dir, file); constant
/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
Dbuildjsstacktrace_fuzzer.cpp34 std::string filePath(data, data + size); in BuildJsStackTraceFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dfile_path_helper_test.cpp28 std::string filePath = "__FilePathHelperTest.test"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_compiler.cpp22 bool Abc2ProgramCompiler::OpenAbcFile(const std::string &filePath) in OpenAbcFile()

123