Home
last modified time | relevance | path

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

123

/developtools/packing_tool/adapter/ohos/
DFileUtils.java59 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()
DBinaryTool.java44 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/
Dfile_entry.cpp50 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
Dresource_append.cpp114 …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
Dresource_check.cpp70 string filePath = resourceItem.GetFilePath(); in CheckNodeInResourceItem() local
106 bool ResourceCheck::GetPngWidthAndHeight(const string &filePath, uint32_t *width, uint32_t *height) in GetPngWidthAndHeight()
Dcmd_list.cpp23 uint32_t CmdList::Init(const string &filePath, HandleBack callback) in Init()
Dresource_item.cpp67 void ResourceItem::SetFilePath(const string &filePath) in SetFilePath()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts26 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/
Dsp_parse_fps.cpp62 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/
DFileUtils.java246 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()
DHashUtils.java91 public static byte[] getFileDigest(String filePath, String algName) { in getFileDigest()
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dindex.js30 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/
Dperf_data_filter.cpp28 …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/
Dperf_data_filter.cpp28 …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/
Dcommon_test.cpp32 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/
Dcommon.cpp114 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/
DProfileTest.java172 private void loadFile(String filePath) throws IOException { in loadFile()
193 private void deleteFile(String filePath) throws IOException { in deleteFile()
/developtools/ace_ets2bundle/compiler/
Dbuild_declarations_file.js35 function generateTargetFile(filePath, output) { argument
102 function mkDir(filePath) { argument
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts206 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache… constant
283 const filePath: string = absolutePath + getExtensionIfUnfullySpecifiedFilepath(absolutePath); constant
306 const filePath: string = constant
Ddo_arkTS_linter.ts83 const filePath = shouldWriteFile ? writeOutputFile(diagnostics) : undefined; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts54 const filePath: string = path.join(cachePath, workerFileName); constant
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp248 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/
Dtest.js49 function expectActual(name, filePath, checkError = false) { argument
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts138 const filePath: string = moduleInfo.id; constant
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js108 function qjscSecond(filePath) { argument

123