Home
last modified time | relevance | path

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

1234

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts163 for (const filePath of this.mockfileList) { constant
175 for (const filePath of this.mockfileList) { constant
188 for (const filePath of this.mockfileList) { constant
199 for (const filePath of this.mockfileList) { constant
210 for (const filePath of this.mockfileList) { constant
251 for (const filePath of this.mockfileList) { constant
277 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, constant
298 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, constant
319 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, constant
339 … const filePath = genTemporaryPath(moduleSource.moduleId, moduleSource.projectConfig.projectPath, constant
[all …]
Dob_config_resolver.test.ts711 const filePath = 'C:/projects/my-project/src/file.ts'; constant
719 const filePath = 'C:/projects/another-project/src/file.ts'; constant
727 const filePath = 'C:/projects/another-project/src/file.ts'; constant
735 const filePath = 'C:/projects/my-project/src/file.ts'; constant
/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
301 public static Optional<String> getFormatedPath(final String filePath) { in getFormatedPath()
319 public static boolean checkFileIsExists(final String filePath) { in checkFileIsExists()
441 String filePath = entry.getName(); in getProfileJson() local
539 String filePath = destDirPath + File.separator + entry.getName(); in unzipFile() local
562 private static void extractFile(ZipInputStream zipInputStream, String filePath) { in extractFile()
596 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/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts124 for (const filePath of fileList) { constant
156 for (const filePath of fileList) { constant
188 for (const filePath of fileList) { constant
220 for (const filePath of fileList) { constant
263 for (const filePath of fileList) { constant
307 for (const filePath of fileList) { constant
351 for (const filePath of fileList) { constant
395 for (const filePath of fileList) { constant
1445 for (const filePath of this.mockfileList) { constant
1463 for (const filePath of this.mockfileList) { constant
[all …]
Dmodule_hotreload_mode.test.ts67 for (const filePath of fileList) { constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts140 for (const filePath of this.rollup.share.allFiles) { constant
154 for (const filePath of this.rollup.share.allFiles) { constant
165 for (const filePath of this.rollup.share.allFiles) { constant
176 for (const filePath of this.rollup.share.allFiles) { constant
343 …const filePath = '/mnt/application/entry/build/default/cache/default/default@CompileArkTS/esmodule… constant
362 …const filePath = '/mnt/application/entry/build/default/cache/default/default@CompileArkTS/esmodule… constant
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
Dpackager.cpp76 void Packager::AddFileToZip(zipFile zf, const fs::path &filePath, const fs::path &zipPath, zip_file… in AddFileToZip()
124 bool Packager::ParseJsonFile(nlohmann::json &jsonObject, std::string filePath) in ParseJsonFile()
157 bool Packager::CheckFileValid(const std::string &filePath, const std::string &filename) in CheckFileValid()
/developtools/global_resource_tool/src/
Dfile_entry.cpp50 string filePath = filePath_.GetPath(); in Init() local
63 string filePath = filePath_.GetPath(); in GetChilds() local
235 string filePath = filePath_ + SEPARATE + path; in Append() local
241 string filePath; in ReplaceExtension() local
Did_defined_parser.cpp84 uint32_t IdDefinedParser::Init(const string &filePath, bool isSystem) in Init()
134 uint32_t IdDefinedParser::IdDefinedToResourceIds(const std::string &filePath, const cJSON *record, in IdDefinedToResourceIds()
161 bool IdDefinedParser::PushResourceId(const std::string &filePath, const ResourceId &resourceId, boo… in PushResourceId()
Dresource_append.cpp120 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources() local
297 bool ResourceAppend::ScanSingleFile(const string &filePath, const string &outputPath) in ScanSingleFile()
388 bool ResourceAppend::LoadResourceItem(const string &filePath) in LoadResourceItem()
439 bool ResourceAppend::WriteRawFilesOrResFiles(const string &filePath, const string &outputPath, cons… in WriteRawFilesOrResFiles()
642 bool ResourceAppend::LoadResourceItemWin(const string &filePath) in LoadResourceItemWin()
677 FileEntry::FilePath filePath(fileInfo.filePath); in IsBaseIdDefined() local
Dresource_check.cpp68 string filePath = resourceItem.GetFilePath(); in CheckNodeInResourceItem() local
104 bool ResourceCheck::GetPngWidthAndHeight(const string &filePath, uint32_t *width, uint32_t *height) in GetPngWidthAndHeight()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_parse_fps.cpp60 const FpsResult SpParseFPS::ParseBranch(FilePath &filePath, PackageName &pN, PageType &pT, TouchEve… in ParseBranch()
91 FpsResult SpParseFPS::ParseTraceFile(FilePath &filePath, PackageName &packageName) in ParseTraceFile()
201 FpsResult SpParseFPS::PraseFPSTrace(FilePath &filePath, float staticTime, SpString uiPoint) in PraseFPSTrace()
Dsp_log.cpp141 static bool IsFilePathValid(const std::string& filePath) in IsFilePathValid()
234 std::string filePath = LOG_FILE_DIR + fileName; in GetLogFilePath() local
305 std::string filePath = LOG_FILE_DIR + entry->d_name; in EnableWriteLogAndDeleteOldLogFiles() local
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts48 for (const filePath of mockFileList) { constant
58 for (const filePath of rollupObject.getModuleIds()) { constant
195 for (const filePath of mockFileList) { constant
/developtools/profiler/device/base/src/
Dcommon.cpp132 char filePath[FILE_PATH_SIZE] = {0}; in IsProcessExist() local
439 std::string filePath = "/proc/" + std::to_string(pid) + "/cmdline"; in CheckApplicationPermission() local
472 std::string filePath = "/proc/" + std::to_string(pid) + "/cmdline"; in CheckApplicationEncryped() local
501 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths) in VerifyPath()
515 const char* RealPath(std::string &filePath) in RealPath()
546 bool ReadFile(const std::string &filePath, const std::vector<std::string>& validPaths, std::string&… in ReadFile()
610 void AdaptSandboxPath(std::string& filePath, int pid) in AdaptSandboxPath()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java238 public static boolean isFileExist(String filePath) { in isFileExist()
248 public static void validFileType(String filePath, String... types) { in validFileType()
271 public static String getSuffix(String filePath) { in getSuffix()
337 public static long getFileLen(String filePath) { in getFileLen()
464 …public static void writeStringToFile(String source, String filePath, Charset charset) throws IOExc… in writeStringToFile()
/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/smartperf_host/trace_streamer/src/filter/perf_filter/
Dperf_data_filter.cpp28 …ataFilter::AppendPerfFiles(uint64_t fileId, uint32_t serial, DataIndex symbols, DataIndex filePath) in AppendPerfFiles()
54 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish() local
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp31 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()
108 std::string filePath = "/data/local/tmp/config.txt"; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java173 private void loadFile(String filePath) throws IOException { in loadFile()
195 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/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
Dnative_memory_profiler_sa_config_test.cpp46 std::string filePath = "XXXXXXXXXXXX"; variable
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts115 const filePath = stack.pop(); constant
/developtools/hdc/hdc_rust/src/cffi/
Dlog.cpp34 string filePath = GetFileNameAny(tmpPath); in PrintLogEx() local

1234