Home
last modified time | relevance | path

Searched +defs:src +defs:path (Results 1 – 16 of 16) sorted by relevance

/developtools/ace_js2bundle/ace-loader/
Dmodule-source.js17 const path = require('path'); constant
19 const exists = function(src, dst, callback) { argument
35 const copy = function(src, dst){ argument
64 function copyResource(src, dist) { argument
Dcopy_deps_source.js17 const path = require('path'); constant
20 const exists = function(src, dst, callback) { argument
36 const copy = function(src, dst) { argument
47 function copyForEach(src, dst, _path) { argument
/developtools/global_resource_tool/src/
Dfile_entry.cpp39 FileEntry::FileEntry(const string &path) in FileEntry()
113 bool FileEntry::Exist(const string &path) in Exist()
126 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir()
140 bool FileEntry::RemoveFile(const string &path) in RemoveFile()
149 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
154 bool FileEntry::CopyFileInner(const string &src, const string &dst) in CopyFileInner()
173 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
187 string FileEntry::RealPath(const string &path) in RealPath()
222 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
232 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
[all …]
Dcompression_parser.cpp244 void CompressionParser::SetOutPath(const string &path) in SetOutPath()
411 bool CompressionParser::CheckPath(const string &src, const vector<string> &paths) in CheckPath()
421 bool CompressionParser::IsInPath(const string &src, const shared_ptr<CompressFilter> &compressFilte… in IsInPath()
426 bool CompressionParser::IsInExcludePath(const string &src, const shared_ptr<CompressFilter> &compre… in IsInExcludePath()
509 bool CompressionParser::CheckAndTranscode(const string &src, string &dst, string &output, in CheckAndTranscode()
553 bool CompressionParser::CopyForTrans(const string &src, const string &originDst, const string &dst) in CopyForTrans()
574 bool CompressionParser::CopyAndTranscode(const string &src, string &dst, const bool extAppend) in CopyAndTranscode()
608 bool CompressionParser::CheckAndScaleIcon(const std::string &src, const std::string &originDst, std… in CheckAndScaleIcon()
Dresource_util.cpp63 bool ResourceUtil::FileExist(const string &path) in FileExist()
68 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir()
73 bool ResourceUtil::RmoveFile(const string &path) in RmoveFile()
78 bool ResourceUtil::OpenJsonFile(const string &path, cJSON **root) in OpenJsonFile()
100 bool ResourceUtil::SaveToJsonFile(const string &path, const cJSON *root) in SaveToJsonFile()
217 bool ResourceUtil::CopyFileInner(const string &src, const string &dst) in CopyFileInner()
257 string ResourceUtil::RealPath(const string &path) in RealPath()
262 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
Dresource_pack.cpp288 uint32_t ResourcePack::CopyRawFileOrResFileImpl(const string &src, const string &dst) in CopyRawFileOrResFileImpl()
316 string path = entry->GetFilePath().GetPath(); in CopyRawFileOrResFileImpl() local
432 string path = FileEntry::FilePath(featureDependEntry).Append(RESOURCE_INDEX_FILE).GetPath(); in HandleFeature() local
/developtools/integration_verification/cases/smoke/basic/screenshot32/resource/
Ddistributedtest.py63 def file_from_dev(src, dst, sn): argument
79 def orc(path): argument
Dcapturescreentest.py100 def file_to_dev(src, dst): argument
105 def file_from_dev(src, dst): argument
135 def get_coordinate(path, target): argument
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp170 bool ProcessDataPlugin::BufnCmp(const char* src, int srcLen, const char* key, int keyLen) in BufnCmp()
317 std::string path = path_ + std::to_string(pid) + "/task"; in WriteThreadData() local
389 std::string path = path_ + "stat"; in ReadBootTime() local
437 std::string path = path_ + std::to_string(pid) + "/stat"; in ReadCpuUsage() local
487 std::string path = path_ + std::to_string(pid) + "/io"; in WriteDiskioData() local
576 std::string path = path_ + std::to_string(pid) + "/smaps_rollup"; in WritePssData() local
/developtools/hdc/scripts/
Ddev_hdc_test.py279 def rmdir(path): argument
293 def get_local_path(path): argument
297 def get_remote_path(path): argument
551 def copy_file(src, dst): argument
595 def gen_file(path, size): argument
606 def gen_zero_file(path, size): argument
612 def create_file_with_size(path, size): argument
/developtools/hiperf/src/
Dutilities.cpp49 std::string CanonicalizeSpecPath(const char* src) in CanonicalizeSpecPath()
257 bool IsDir(const std::string &path) in IsDir()
279 std::string PlatformPathConvert(const std::string &path) in PlatformPathConvert()
352 bool ReadIntFromProcFile(const std::string &path, int &value) in ReadIntFromProcFile()
360 bool WriteIntToProcFile(const std::string &path, int value) in WriteIntToProcFile()
500 std::string path {"/proc/"}; in GetSubthreadIDs() local
517 std::string path {"/proc/"}; in GetSubthreadIDs() local
823 const std::string path = "/data/storage/el1/bundle"; in NeedAdaptHMBundlePath() local
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp241 std::string path = "/sys/block/zram" + std::to_string(i); in WriteZramData() local
466 std::string MemoryDataPlugin::ReadFile(const std::string& path) in ReadFile()
604 bool MemoryDataPlugin::BufnCmp(const char* src, int srcLen, const char* key, int keyLen) in BufnCmp()
628 int MemoryDataPlugin::GetProcStatusId(const char* src, int srcLen) in GetProcStatusId()
838 std::string path = protoConfig_.report_fake_data() ? FAKE_DATA_PATH : std::string(testpath_); in WriteAshmemInfo() local
998 std::string path = protoConfig_.report_fake_data() ? FAKE_DATA_PATH : std::string(testpath_); in WriteGpuMemInfo() local
/developtools/hdc/src/common/
Dbase.cpp147 void LogToPath(const char *path, const char *str) in LogToPath()
295 string path = GetTmpDir() + LOG_FILE_NAME; in LogToFile() local
302 string path = GetTmpDir() + LOG_CACHE_NAME; in LogToCache() local
306 void RollLogFile(const char *path) in RollLogFile()
338 string path = GetTmpDir() + LOG_FILE_NAME; in ChmodLogFile() local
431 string GetFileNameAny(string &path) in GetFileNameAny()
1292 char path[BUF_SIZE_DEFAULT4] = { 0 }; in GetHdcAbsolutePath() local
1475 bool TryCreateDirectory(const string &path, string &err) in TryCreateDirectory()
1728 string CanonicalizeSpecPath(string &src) in CanonicalizeSpecPath()
1746 string UnicodeToUtf8(const char *src, bool reverse) in UnicodeToUtf8()
[all …]
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp100 std::string path; member
346 bool IsEqual(T src, T dest, std::string logStr) in IsEqual()
1535 std::string path("../../test/resource/offline_symbolization_statistical_data.htrace"); variable
1546 std::string path("../../test/resource/callstack_compression.htrace"); variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js138 src: { property
505 path: {}, property
595 'path': { property
765 path: {}, property
1240 src: { property
1565 src: { property
/developtools/profiler/hiebpf/include/
Dvmlinux.h412 u16 src; member
3433 struct path { struct
3434 struct vfsmount *mnt;
3435 struct dentry *dentry;
13012 const char *path; member
26328 u32 path; member
26337 u32 path; member
27164 char *path; member
27257 char *path; member
31109 struct path path; member
[all …]