Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 25 of 53) 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/
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
148 return IteratorArray(array, [this, &fileList, &isDeleted](const string &filePath) { in ParseArray()
Dfile_entry.cpp50 string filePath = filePath_.GetPath(); in Init() local
63 string filePath = filePath_.GetPath(); in GetChilds() local
220 string filePath = filePath_ + SEPARATE + path; in Append() local
226 string filePath; in ReplaceExtension() local
Dresource_merge.cpp51 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()
Dresource_append.cpp121 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources() local
292 bool ResourceAppend::ScanSingleFile(const string &filePath, const string &outputPath) in ScanSingleFile()
379 bool ResourceAppend::LoadResourceItem(const string &filePath) in LoadResourceItem()
430 bool ResourceAppend::WriteRawFile(const string &filePath, const string &outputPath) in WriteRawFile()
619 bool ResourceAppend::LoadResourceItemWin(const string &filePath) in LoadResourceItemWin()
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.java143 public static boolean isFileExist(String filePath) { in isFileExist()
153 public static void validFileType(String filePath, String... types) { in validFileType()
176 public static String getSuffix(String filePath) { in getSuffix()
239 public static long getFileLen(String filePath) { in getFileLen()
347 …public static void writeStringToFile(String source, String filePath, Charset charset) throws IOExc… in writeStringToFile()
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp32 void WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()
107 std::string filePath = "/data/local/tmp/config.txt"; variable
/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()
55 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish() local
/developtools/profiler/device/base/src/
Dcommon.cpp105 char filePath[FILE_PATH_SIZE] = {0}; in IsProcessExist() local
198 FILE* CustomPopen(int& childPid, const std::string& filePath, std::vector<std::string>& argv, const… in CustomPopen()
320 std::string filePath = "/proc/" + std::to_string(pid) + "/cmdline"; in CheckApplicationPermission() local
353 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths) in VerifyPath()
367 bool ReadFile(const std::string &filePath, const std::vector<std::string>& validPaths, std::string&… in ReadFile()
/developtools/global_resource_tool/src/xml/
Dxml_key_node.cpp72 bool XmlKeyNode::LoadFromFile(const string &filePath) in LoadFromFile()
77 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
101 function mkDir(filePath) { argument
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts54 const filePath: string = path.join(cachePath, workerFileName); constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts179 …const filePath: string = genTemporaryPath(sourcePath, projectConfig.projectPath, process.env.cache… constant
256 const filePath: string = absolutePath + getExtensionIfUnfullySpecifiedFilepath(absolutePath); constant
279 const filePath: string = constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts83 const filePath: string = moduleInfo.id; constant
/developtools/ace_ets2bundle/compiler/test/
Dtest.js42 function expectActual(name, filePath) { argument
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js108 function qjscSecond(filePath) { argument
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp250 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in StartProfiling() local
280 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in StartJsCpuProfiling() local
318 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in DumpHeapData() local
348 std::string filePath = PROC_PATH + std::to_string(getpid()) + ROOT_DIR + filesDir + SLASH_STR + in DumpJsHeapData() local
/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()

123