Home
last modified time | relevance | path

Searched refs:directory (Results 1 - 11 of 11) sorted by relevance

/developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/
H A Dsystem_parameter_parser.py106 def scan_parameter_file(self, directory):
115 self._scan_parameter_file("{}/packages/phone{}".format(directory, path))
142 def _scan_parameter_file(self, directory):
143 if not os.path.exists(directory):
145 with os.scandir(directory) as files:
155 help='input parameter files base directory example "out/rk3568/packages/phone/" ',
/developtools/global_resource_tool/src/
H A Dresource_module.cpp42 ResourceDirectory directory; in ScanResource() local
43 if (!directory.ScanResources(modulePath_, [this](const DirectoryInfo &info) -> bool { in ScanResource()
/developtools/packing_tool/adapter/ohos/
H A DBinaryTool.java114 * @param directory project dir path
116 * @param fileList the file path in directory
119 private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo() argument
140 String relativePath = f.getParent().replace(directory, ""); in writeFileInfo()
H A DFileUtils.java88 * @param directory dir path
91 public static Optional<String> searchFile(final String fileName, final String directory) { in searchFile() argument
93 getFileList(directory, fileList); in searchFile()
126 LOG.error("It's not file or directory."); in getFileList()
265 * delete directory
267 * @param directory dir path which will be deleted
269 public static void deleteDirectory(final String directory) { in deleteDirectory() argument
270 File dir = new File(directory); in deleteDirectory()
286 LOG.error("It's not file or directory."); in deleteDirectory()
366 * make a directory i
[all...]
H A DUncompress.java95 LOG.error("Uncompress::unpackageProcess create out file directory failed!"); in unpackageProcess()
464 File directory = new File(releativePath); in uncompressHapByBigStream()
465 file = File.createTempFile(HAP_PREFIX, HAP_SUFFIX, directory); in uncompressHapByBigStream()
570 // only unpack shell apk which in the root directory in unzipFromFile()
971 * compress file directory.
1037 * compress file directory.
1039 * @param dir file directory
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
H A DliteOsUpgrade_RK3568_app.py636 directory = os.path.dirname(lock_file)
637 if not os.path.exists(directory):
638 os.makedirs(directory)
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
H A Dtrace_streamer_selector.h43 bool ReloadSymbolFiles(std::string &directory, std::vector<std::string> &symbolsPaths);
H A Dtrace_streamer_selector.cpp411 bool TraceStreamerSelector::ReloadSymbolFiles(std::string &directory, std::vector<std::string> &symbolsPaths) in ReloadSymbolFiles() argument
413 TS_LOGE("directory is %s", directory.c_str()); in ReloadSymbolFiles()
417 return pbreaderParser_->ReparseSymbolFilesAndResymbolization(directory, symbolsPaths); in ReloadSymbolFiles()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H A Dpbreader_parser.h113 void ParserFileSO(std::string &directory, const std::vector<std::string> &relativeFilePaths);
H A Dpbreader_parser.cpp181 void PbreaderParser::ParserFileSO(std::string &directory, const std::vector<std::string> &relativeFilePaths) in ParserFileSO() argument
185 symbolsFile->setSymbolsFilePath(directory); in ParserFileSO()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp110 std::filesystem::path directory = filePath.parent_path(); in PrepareIOStreams() local
111 std::string strDirectory = directory; in PrepareIOStreams()
182 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "get central directory offset failed"); in InitDataSourceContents()
197 PrintErrorNumberMsg("ZIP_ERROR", ZIP_ERROR, "get central directory size failed"); in InitDataSourceContents()
698 SIGNATURE_TOOLS_LOGE("output hap file write central directory failed"); in OutputSignedFile()

Completed in 17 milliseconds