Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dfile_utils.cpp58 std::string FileUtils::GetRealPath(const std::string &filePath) in GetRealPath()
75 std::string FileUtils::GetFileName(const std::string &filePath, bool isWithExtension) in GetFileName()
87 std::string FileUtils::GetFileExtension(const std::string &filePath) in GetFileExtension()
92 std::string FileUtils::GetFileFolder(const std::string &filePath) in GetFileFolder()
105 int FileUtils::Remove(const std::string &filePath) in Remove()
110 bool FileUtils::IsFileExists(const std::string &filePath) in IsFileExists()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DSourceMapUtil.spec.ts21 const filePath = undefined; constant
28 const filePath = 'demo.js'; constant
/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_frontend/arkguard/scripts/
Dexecute_result_statistics.js26 function runTest(filePath) { argument
69 function executeRunTest(fileName, filePath) { argument
81 function compareContent(filePath) { argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file_reader.cpp31 std::shared_ptr<ZipFileReader> ZipFileReader::CreateZipFileReader(const std::string &filePath) in CreateZipFileReader()
60 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()
Dzip_file_reader.h31 ZipFileReader(const std::string &filePath) : filePath_(filePath) {} in ZipFileReader()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dhprof_test.cpp122 size_t GenerateSnapShot(const std::string &filePath) in GenerateSnapShot()
135 bool ContrastJSONLineHeader(const std::string &filePath, std::string lineHeader) in ContrastJSONLineHeader()
147 … bool ContrastJSONSectionPayload(const std::string &filePath, std::string dataLable, int fieldNum) in ContrastJSONSectionPayload()
167 …bool ContrastJSONPayloadCntAndHitStrField(const std::string &filePath, std::string dataLable, int … in ContrastJSONPayloadCntAndHitStrField()
191 bool ContrastJSONNativeSizeNum(const std::string &filePath, std::string nodesLable, int nNum) in ContrastJSONNativeSizeNum()
232 bool ContrastJSONClousure(const std::string &filePath) in ContrastJSONClousure()
243 int ExtractCountFromMeta(const std::string &filePath, std::string typeLable) in ExtractCountFromMeta()
260 int ExtractCountFromPayload(const std::string &filePath, std::string dataLabel) in ExtractCountFromPayload()
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
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
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
/arkcompiler/runtime_core/static_core/libpandafile/
Dpgo.h31 void SetProfilePath(std::string &filePath) in SetProfilePath()
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp89 bool MergeProgram::AppendProtoFiles(const std::string &filePath, const std::string &protoBinSuffix, in AppendProtoFiles()
155 for (auto &filePath : inputs) { in CollectProtoFiles() local
/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
Dbuildjsstacktrace_fuzzer.cpp34 std::string filePath(data, data + size); in BuildJsStackTraceFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_compiler.h27 StubCompiler(std::string &triple, std::string &filePath, size_t optLevel, size_t relocMode, in StubCompiler()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp59 bool MatchJSONLineHeader(std::fstream &fs, const std::string filePath, int lineNum, CString lineCon… in MatchJSONLineHeader()
80 const std::string filePath = "DFXJSNApiTests_json_001.heapsnapshot"; in HWTEST_F_L0() local
108 const std::string filePath = "DFXJSNApiTests_json_002.heapsnapshot"; in HWTEST_F_L0() local
185 const std::string filePath = "Start_Stop_HeapTracking_001.heaptimeline"; in HWTEST_F_L0() local
232 const std::string filePath = "Start_Stop_HeapTracking_002.heaptimeline"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/platforms/tests/
Dfile_test.cpp49 std::string filePath = pathStr; variable
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dfile_path_helper_test.cpp52 std::string filePath = "__FilePathHelperTest.test"; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/tests/types/
DtypeUtils.ts47 let filePath = [fileName]; variable
/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dupdate-test-results.mjs64 function readTestFile(filePath) { argument
/arkcompiler/ets_frontend/ets2panda/linter-4.2/scripts/
Dupdate-test-results.mjs64 function readTestFile(filePath) { argument
/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp44 static void CreateProfile(std::string &filePath) in CreateProfile()
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts213 let filePath: string = ''; variable

12