Home
last modified time | relevance | path

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

12

/developtools/packing_tool/adapter/ohos/
DFileUtils.java50 public static byte[] getFileData(final String filePath) { in getFileData()
99 public static void getFileList(final String filePath, ArrayList<String> fileList) { in getFileList()
132 private static Optional<String> getFileContent(final String filePath) { in getFileContent()
169 final String jsonFileName, final String filePath) { in getValueFromJsonFileContent()
324 public static Optional<String> getFormatedPath(final String filePath) { in getFormatedPath()
342 public static boolean checkFileIsExists(final String filePath) { in checkFileIsExists()
DBinaryTool.java43 public static boolean generateBinaryFile(final String filePath, final String binaryFilePath) { in generateBinaryFile()
89 private static boolean writePackageInfo(final String filePath, RandomAccessFile appStream) { in writePackageInfo()
118 …private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo()
/developtools/global_resource_tool/src/
Dincrement_list.cpp47 bool IncrementList::GetFromPath(const string &filePath, FileIncrement &info) const in GetFromPath() argument
102 bool IncrementList::ParseSegment(const string &filePath, vector<string> &segments) const in ParseSegment() argument
149 return IteratorArray(array, [this, &fileList, &isDeleted](const string &filePath) { in ParseArray()
Dfile_entry.cpp44 string filePath = filePath_.GetPath(); in Init() local
58 string filePath = filePath_.GetPath(); in GetChilds() local
145 string filePath = filePath_ + SEPARATE + path; in Append() local
151 string filePath; in ReplaceExtension() local
Dresource_merge.cpp50 string filePath = FileEntry::FilePath(*it).Append(ConfigParser::GetConfigName()).GetPath(); in Init() local
Dpreview_manager.cpp68 bool PreviewManager::ScanFile(const string &filePath, int32_t priority) in ScanFile()
Dcmd_list.cpp23 uint32_t CmdList::Init(const string &filePath, function<uint32_t(int c, const string &argValue)> ca… in Init()
Dresource_item.cpp67 void ResourceItem::SetFilePath(const string &filePath) in SetFilePath()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java142 public static boolean isFileExist(String filePath) { in isFileExist()
152 public static void validFileType(String filePath, String... types) { in validFileType()
175 public static String getSuffix(String filePath) { in getSuffix()
238 public static long getFileLen(String filePath) { in getFileLen()
346 …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()
DCertUtils.java242 public static void save2Pem(List<X509Certificate> certificates, String filePath) { in save2Pem()
/developtools/global_resource_tool/src/xml/
Dxml_key_node.cpp71 bool XmlKeyNode::LoadFromFile(const string &filePath) in LoadFromFile()
76 bool XmlKeyNode::LoadFromFile(const std::string &filePath, RefParser parser) in LoadFromFile()
Dxml_converter.cpp42 …string filePath = FileEntry::FilePath(outputPath_).Append(filename).ReplaceExtension(".sxml").GetP… in GenerateSolidXml() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java164 private void loadFile(String filePath) throws IOException { in loadFile()
185 private void deleteFile(String filePath) throws IOException { in deleteFile()
/developtools/ace-js2bundle/ace-loader/plugin/templater/
Dindex.js30 function parse(source, operate, filePath) { argument
133 function generate(node, filePath, preNode, relativePath) { argument
149 function checkNodeAttrs(node, filePath, preNode, relativePath) { argument
260 function checkNodeChildren(node, filePath, relativePath) { argument
/developtools/ace-ets2bundle/compiler/
Dbuild_declarations_file.js34 function generateTargetFile(filePath, output) { argument
91 function mkDir(filePath) { argument
Dmain.js311 function readAppResource(resources, filePath) { argument
323 function processResourceArr(resourceArr, resourceMap, filePath) { argument
/developtools/ace-ets2bundle/compiler/test/
Dtest.js39 function expectActual(name, filePath) { argument
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp59 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in StartProfiling() local
90 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in DumpHeapData() local
164 std::string filePath = "/proc/" + std::to_string(pid) + "/smaps_rollup"; in GetProcessMeminfo() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DTraceRecordDialog.java382 String filePath = "/data/local/tmp/hiprofiler_data" + fileExtension; in actionPerformedLoading() local
466 String filePath = "/data/local/tmp/hiprofiler_data" + fileExtension; in getBytraceFile() local
DSaveTraceDialog.java132 String filePath = msgTextArea.getText(); in customDialogWrapper() local
DCpuItemViewLoadDialog.java457 String filePath = "/data/local/tmp/hiprofiler_data" + fileSuffixTimestamp + ".htrace"; in getHtraceFile() local
473 String filePath = PERF_TRACE_PATH + fileSuffixTimestamp + ".trace"; in getPerfFile() local
/developtools/ace-js2bundle/ace-loader/src/
DgenBin-plugin.js108 function qjscSecond(filePath) { argument
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java801 private void loadFile(String filePath) throws IOException { in loadFile()
808 private void deleteFile(String filePath) throws IOException { in deleteFile()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/nativehook/
DNativeHookPanel.java89 private String filePath; field in NativeHookPanel
109 public void load(long sessionId, CustomJLabel labelSave, boolean isOnline, String filePath) { in load()

12