Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DDisableConsoleTransformer.spec.ts55 const fileContent = ` constant
66 const fileContent = ` constant
110 const fileContent = ` constant
120 const fileContent = ` constant
DRenameIdentifierTransformer.spec.ts66 const fileContent = ` constant
392 const fileContent = ` constant
608 const fileContent = `export declare function foo(para: number): void;`; constant
634 const fileContent = `@interface __$$ETS_ANNOTATION$$__Anno1 {prop1: number = 1}`; constant
666 const fileContent = `@interface __$$ETS_ANNOTATION$$__Anno1 {prop1: number = 1}`; constant
698 const fileContent = `export @interface __$$ETS_ANNOTATION$$__Anno1 {prop1: number = 1}`; constant
730 const fileContent = `export @interface __$$ETS_ANNOTATION$$__Anno1 {prop1: number = 1}`; constant
DRenamePropertiesTransformer.spec.ts221 const fileContent = ` constant
269 const fileContent = ` constant
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dinlay_hints_test.cpp32 std::vector<std::string> fileContent = {R"( in TEST_F() local
91 const std::vector<std::string> fileContent = {R"( in TEST_F() local
147 const std::vector<std::string> fileContent = {R"( in TEST_F() local
206 const std::vector<std::string> fileContent = {R"( in TEST_F() local
248 const std::vector<std::string> fileContent = {R"( in TEST_F() local
293 const std::vector<std::string> fileContent = {R"( in TEST_F() local
Dget_definition_and_bound_span_test.cpp29 const auto fileContent = R"( in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts316 const fileContent = fs.readFileSync(newFilePath, 'utf8'); constant
455 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
471 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
541 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
578 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
622 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
665 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
700 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
DNodeUtils.spec.ts563 const fileContent = ` constant
570 const fileContent = ` constant
577 const fileContent = ` constant
DTypeUtils.spec.ts46 const fileContent = ` constant
DFileUtils.spec.ts114 const fileContent = FileUtils.readFile(path); constant
DTransformUtil.spec.ts41 const fileContent = ` constant
DOhsUtil.spec.ts322 const fileContent = ` constant
/arkcompiler/ets_frontend/arkguard/test/benchmark/
DTypeUtils.benchmark.ts62 let fileContent = ` variable
DRenameIdentifier.benchmark.ts63 let fileContent = ` variable
DRenameProperty.benchmark.ts63 let fileContent = ` variable
/arkcompiler/runtime_core/static_core/tools/sampler/scripts/
Dfetch_modules_from_device.ts71 const fileContent = fs.readFileSync(this.moduleFile_, 'utf-8'); constant
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts274 const fileContent = fs.readFileSync(fileName, 'utf8'); constant
287 const fileContent = fs.readFileSync(fileName, 'utf8'); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DProjectCollections.ts316 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
412 const fileContent = fs.readFileSync(filePath, 'utf8'); constant
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_options.cpp258 std::string fileContent = FileUtil::GetFileContent(configFilePath); in Load() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts987 const fileContent = fs.readFileSync(filePath, 'utf-8'); constant
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1063 const fileContent = fs.readFileSync(nameCachePath, 'utf-8'); constant
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts539 let fileContent; variable