Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 23 of 23) sorted by relevance

/developtools/ace_ets2bundle/
DREADME.md29 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/
DREADME.md10 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/
Ddl_tools.sh22 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/
DREADME.md9 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/
DREADME.md29 ├── 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/
DREADME31 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.
DBinaryTool.java119 …private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo() argument
140 String relativePath = f.getParent().replace(directory, ""); in writeFileInfo()
DFileUtils.java91 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()
DUncompress.java452 File directory = new File(releativePath); in uncompressHapByBigStream() local
453 file = File.createTempFile(HAP_PREFIX, HAP_SUFFIX, directory); in uncompressHapByBigStream()
/developtools/smartperf_host/ide/
Dtsconfig.json18 // "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/
DREADME.md8 Run `npm install` under `ace-loader` directory.
/developtools/global_resource_tool/src/
Dresource_module.cpp42 ResourceDirectory directory; in ScanResource() local
43 if (!directory.ScanResources(modulePath_, [this](const DirectoryInfo &info) -> bool { in ScanResource()
/developtools/ace_ets2bundle/compiler/src/
Dcreate.ts89 return console.error('ERROR: Failed to create project directory.');
/developtools/syscap_codec/
DREADME.md21 ├── 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/
Dtrace_streamer_selector.h41 bool ReloadSymbolFiles(std::string& directory, std::vector<std::string>& symbolsPaths);
Dtrace_streamer_selector.cpp332 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/
Dhtrace_parser.h64 void ParserFileSO(std::string& directory, const std::vector<std::string>& relativeFilePaths);
Dhtrace_parser.cpp97 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/
DREADME.md109 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.
DREADME_zh.md318 Recv binaries needed by perf.data from device to binary_cache directory.
/developtools/hapsigner/
DREADME.md36 …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:
DNOTICE721 file in a relevant directory) where a recipient would be likely to
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets20 * Read the README.md file in the same directory for build instructions