| /developtools/ace_ets2bundle/ |
| D | README.md | 29 Enter the root directory of the compiler: 39 Enter the root directory of the compiler: 44 The `sample` project will be compiled. The output is in the `sample/build` directory. 48 Enter the root directory of the compiler: 58 The directory structure of project `foo`: 67 For example, create a file `bar.ets` in the `pages` directory. And then add the following lines to … 77 Enter the root directory of the compiler: 82 …project will be compiled. In the project root directory, the compilation result is in the `build` …
|
| /developtools/ace_ets2bundle/compiler/ |
| D | README.md | 10 First, enter the root directory of the compiler: 31 In the root directory of `compiler/`: 36 The `sample` project will be compiled. The output is in the `sample/build` directory. 42 In the root directory of `compiler/`: 54 The directory structure of project `foo`: 63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `… 75 In the root directory of `compiler/`: 81 …mple` project by default. In the project root directory, the compilation result is in the `build` …
|
| /developtools/smartperf_host/trace_streamer/ |
| D | dl_tools.sh | 22 tar -xvf gn.tar.gz --directory=prebuilts/$gn_path/ 24 tar -xvf ninja.tar.gz --directory=prebuilts/$gn_path/ 27 tar -xvf gn.tar.gz --directory=prebuilts/$gn_path/ 29 tar -xvf ninja.tar.gz --directory=prebuilts/$gn_path/
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 9 First, enter the root directory of the compiler: 24 First, create a new test file or directory in `compiler/test`. 32 In the root directory of `compiler/`: 39 1. Create a new test directory `foo` in `compiler`. 56 4. In the root directory of `compiler/`:
|
| /developtools/hdc/ |
| D | README.md | 29 ├── hdc # hdc code directory 31 │ ├── common # Code directory shared by the device side and the host side 32 │ ├── daemon # Code directory on the device side 33 │ ├── host # The code directory of the host 34 │ └── test # Code directory of test case 44 …chine, and the normal compilation of hdc will be output to the relevant directory of the sdk platf… 51 …bsite, and unzip and extract it according to your platform to the corresponding directory toolchain 56 …separate section above. Prebuilt is no longer available in the prebuilt directory of this project …
|
| /developtools/packing_tool/adapter/ohos/ |
| D | README | 31 7.After package a hap, files under resources/ will put into assets/entry/resources/ directory, 32 files under lib/ will be putted into libs/ directory, 33 files under maple-so/ will be putted into maple/ directory, 34 file of resources.index will be putted into assets/entry/ directory. 55 2.dex path also can be directory path. 58 2.abc path also can be directory path. 64 2.shell apk path also can be directory path. 79 2.jar path also can be directory path. 84 2.txt path also can be directory path. 97 2.hap path also can be directory path.
|
| D | BinaryTool.java | 119 …private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo() argument 140 String relativePath = f.getParent().replace(directory, ""); in writeFileInfo()
|
| D | FileUtils.java | 91 public static Optional<String> searchFile(final String fileName, final String directory) { in searchFile() argument 93 getFileList(directory, fileList); in searchFile() 268 public static void deleteDirectory(final String directory) { in deleteDirectory() argument 269 File dir = new File(directory); in deleteDirectory()
|
| D | Uncompress.java | 452 File directory = new File(releativePath); in uncompressHapByBigStream() local 453 file = File.createTempFile(HAP_PREFIX, HAP_SUFFIX, directory); in uncompressHapByBigStream()
|
| /developtools/smartperf_host/ide/ |
| D | tsconfig.json | 18 // "outDir": "./dist", /* Redirect output structure to the directory. */ 19 …c", /* Specify the root directory of input files. Use to control the output … 46 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
|
| /developtools/ace_js2bundle/ |
| D | README.md | 8 Run `npm install` under `ace-loader` directory.
|
| /developtools/global_resource_tool/src/ |
| D | resource_module.cpp | 42 ResourceDirectory directory; in ScanResource() local 43 if (!directory.ScanResources(modulePath_, [this](const DirectoryInfo &info) -> bool { in ScanResource()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | create.ts | 89 return console.error('ERROR: Failed to create project directory.');
|
| /developtools/syscap_codec/ |
| D | README.md | 21 ├── syscap_codec # root directory 92 …hem with the @syscap property set in *.d.ts in the Interface/sdk-js/api directory. If the check re…
|
| /developtools/smartperf_host/trace_streamer/src/trace_streamer/ |
| D | trace_streamer_selector.h | 41 bool ReloadSymbolFiles(std::string& directory, std::vector<std::string>& symbolsPaths);
|
| D | trace_streamer_selector.cpp | 332 bool TraceStreamerSelector::ReloadSymbolFiles(std::string& directory, std::vector<std::string>& sym… in ReloadSymbolFiles() argument 334 TS_LOGE("directory is %s", directory.c_str()); in ReloadSymbolFiles() 338 return htraceParser_->ReparseSymbolFilesAndResymbolization(directory, symbolsPaths); in ReloadSymbolFiles()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_parser.h | 64 void ParserFileSO(std::string& directory, const std::vector<std::string>& relativeFilePaths);
|
| D | htrace_parser.cpp | 97 void HtraceParser::ParserFileSO(std::string& directory, const std::vector<std::string>& relativeFil… in ParserFileSO() argument 100 auto absoluteFilePath = filePath.substr(directory.length()); in ParserFileSO() 103 symbolsFile->setSymbolsFilePath(directory); in ParserFileSO()
|
| /developtools/hiperf/ |
| D | README.md | 109 Find **exe.unstripped** and **lib.unstripped** in the **out** directory. For example: 303 Recv binaries needed by perf.data from device to binary_cache directory.
|
| D | README_zh.md | 318 Recv binaries needed by perf.data from device to binary_cache directory.
|
| /developtools/hapsigner/ |
| D | README.md | 36 …2. Download the code, open the directory **developtools_hapsigner/hapsigntool**, and run the follo… 40 …that **hap-sign-tool.jar** (binary files) is generated in the **./hap_sign_tool/target** directory. 118 The following scripts and configuration files are located in the **autosign** directory:
|
| D | NOTICE | 721 file in a relevant directory) where a recipient would be likely to
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | showcaseCovid19.ets | 20 * Read the README.md file in the same directory for build instructions
|