| /developtools/packing_tool/adapter/ohos/ |
| D | FileUtils.java | 59 public static byte[] getFileData(final String filePath) { in getFileData() 108 public static void getFileList(final String filePath, ArrayList<String> fileList) { in getFileList() 141 public static Optional<String> getFileContent(final String filePath) { in getFileContent() 221 String filePath = destDir + File.separator + entry.getName(); in unzip() local 300 public static Optional<String> getFormatedPath(final String filePath) { in getFormatedPath() 318 public static boolean checkFileIsExists(final String filePath) { in checkFileIsExists() 440 String filePath = entry.getName(); in getProfileJson() local 538 String filePath = destDirPath + File.separator + entry.getName(); in unzipFile() local 561 private static void extractFile(ZipInputStream zipInputStream, String filePath) { in extractFile() 594 public static long getFileSize(String filePath) { in getFileSize()
|
| D | BinaryTool.java | 44 public static boolean generateBinaryFile(final String filePath, final String binaryFilePath) { in generateBinaryFile() 90 private static boolean writePackageInfo(final String filePath, RandomAccessFile appStream) { in writePackageInfo() 119 …private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo() 173 … final String jsonFileName, final String filePath) { in getValueFromJsonFileContent()
|
| /developtools/global_resource_tool/src/ |
| D | file_entry.cpp | 50 string filePath = filePath_.GetPath(); in Init() local 63 string filePath = filePath_.GetPath(); in GetChilds() local 226 string filePath = filePath_ + SEPARATE + path; in Append() local 232 string filePath; in ReplaceExtension() local
|
| D | resource_append.cpp | 114 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources() local 291 bool ResourceAppend::ScanSingleFile(const string &filePath, const string &outputPath) in ScanSingleFile() 378 bool ResourceAppend::LoadResourceItem(const string &filePath) in LoadResourceItem() 429 bool ResourceAppend::WriteRawFile(const string &filePath, const string &outputPath) in WriteRawFile() 624 bool ResourceAppend::LoadResourceItemWin(const string &filePath) in LoadResourceItemWin() 659 FileEntry::FilePath filePath(fileInfo.filePath); in IsBaseIdDefined() local
|
| D | resource_check.cpp | 70 string filePath = resourceItem.GetFilePath(); in CheckNodeInResourceItem() local 106 bool ResourceCheck::GetPngWidthAndHeight(const string &filePath, uint32_t *width, uint32_t *height) in GetPngWidthAndHeight()
|
| D | cmd_list.cpp | 23 uint32_t CmdList::Init(const string &filePath, HandleBack callback) in Init()
|
| D | resource_item.cpp | 67 void ResourceItem::SetFilePath(const string &filePath) in SetFilePath()
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/ |
| D | ohmUrl.test.ts | 26 const filePath = `${projectConfig.projectRootPath}/entry/src/main/ets/feature/src/main/js/` constant 39 … const filePath = `${projectConfig.projectRootPath}/entry/src/ohosTest/ets/feature/src/main/js/` constant 84 const filePath = `${projectConfig.projectRootPath}/entry/src/main/ets/pages/test.ts`; constant
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_parse_fps.cpp | 62 const FpsResult ParseFPS::ParseBranch(FilePath& filePath, PackageName& pN, PageType& pT, TouchEvent… in ParseBranch() 93 FpsResult ParseFPS::ParseTraceFile(FilePath& filePath, PackageName& packageName) in ParseTraceFile() 201 FpsResult ParseFPS::PraseFPSTrace(FilePath& filePath, float staticTime, SpString uiPoint) in PraseFPSTrace()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 246 public static boolean isFileExist(String filePath) { in isFileExist() 256 public static void validFileType(String filePath, String... types) { in validFileType() 279 public static String getSuffix(String filePath) { in getSuffix() 345 public static long getFileLen(String filePath) { in getFileLen() 472 …public static void writeStringToFile(String source, String filePath, Charset charset) throws IOExc… in writeStringToFile()
|
| D | HashUtils.java | 91 public static byte[] getFileDigest(String filePath, String algName) { in getFileDigest()
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | index.js | 30 function parse(source, operate, filePath) { argument 134 function generate(node, filePath, preNode, relativePath) { argument 150 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument 261 function checkNodeChildren(node, filePath, relativePath) { argument
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | perf_data_filter.cpp | 28 …ataFilter::AppendPerfFiles(uint64_t fileId, uint32_t serial, DataIndex symbols, DataIndex filePath) in AppendPerfFiles() 64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish() local
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | perf_data_filter.cpp | 28 …ataFilter::AppendPerfFiles(uint64_t fileId, uint32_t serial, DataIndex symbols, DataIndex filePath) in AppendPerfFiles() 64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish() local
|
| /developtools/profiler/device/base/test/unittest/ |
| D | common_test.cpp | 32 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile() 109 std::string filePath = "/data/local/tmp/config.txt"; variable
|
| /developtools/profiler/device/base/src/ |
| D | common.cpp | 114 char filePath[FILE_PATH_SIZE] = {0}; in IsProcessExist() local 403 std::string filePath = "/proc/" + std::to_string(pid) + "/cmdline"; in CheckApplicationPermission() local 424 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths) in VerifyPath() 438 bool ReadFile(const std::string &filePath, const std::vector<std::string>& validPaths, std::string&… in ReadFile() 505 void AdaptSandboxPath(std::string& filePath, int pid) in AdaptSandboxPath()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
| D | ProfileTest.java | 172 private void loadFile(String filePath) throws IOException { in loadFile() 193 private void deleteFile(String filePath) throws IOException { in deleteFile()
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_declarations_file.js | 35 function generateTargetFile(filePath, output) { argument 102 function mkDir(filePath) { argument
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 206 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache… constant 283 const filePath: string = absolutePath + getExtensionIfUnfullySpecifiedFilepath(absolutePath); constant 306 const filePath: string = constant
|
| D | do_arkTS_linter.ts | 83 const filePath = shouldWriteFile ? writeOutputFile(diagnostics) : undefined; constant
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | gen_abc.ts | 54 const filePath: string = path.join(cachePath, workerFileName); constant
|
| /developtools/profiler/hidebug/interfaces/js/kits/napi/ |
| D | napi_hidebug.cpp | 248 std::string filePath = filesDir + SLASH_STR + fileName + JSON_FILE; in StartProfiling() local 277 std::string filePath = filesDir + SLASH_STR + fileName + JSON_FILE; in StartJsCpuProfiling() local 314 std::string filePath = filesDir + SLASH_STR + fileName + HEAPSNAPSHOT_FILE; in DumpHeapData() local 343 std::string filePath = filesDir + SLASH_STR + fileName + HEAPSNAPSHOT_FILE; in DumpJsHeapData() local
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.js | 49 function expectActual(name, filePath, checkError = false) { argument
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 138 const filePath: string = moduleInfo.id; constant
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 108 function qjscSecond(filePath) { argument
|