Home
last modified time | relevance | path

Searched defs:path (Results 1 – 10 of 10) sorted by relevance

/ide/tools/previewer/util/
DFileSystem.cpp35 bool FileSystem::IsFileExists(string path) in IsFileExists()
40 bool FileSystem::IsDirectoryExists(string path) in IsDirectoryExists()
52 string path(appPath); in GetApplicationPath() local
68 for (string path : pathList) { in MakeVirtualFileSystemPath() local
79 int FileSystem::MakeDir(string path) in MakeDir()
95 unsigned short FileSystem::GetFileMode(string path) in GetFileMode()
114 std::string FileSystem::NormalizePath(const std::string& path) in NormalizePath()
DCommandParser.cpp325 string path = Value("j"); in IsAppPathValid() local
455 string path = Value("f"); in IsConfigPathValid() local
471 string path = Value("arp"); in IsAppResourcePathValid() local
752 string path = Value("hsp"); in IsContainerSdkPathValid() local
844 string path = Value("abp"); in IsAbilityPathValid() local
986 string path = Value("ljPath"); in IsLoaderJsonPathValid() local
DJsonReader.cpp629 string JsonReader::ReadFile(const string& path) in ReadFile()
/ide/tools/previewer/automock/mock-generate/
Dbuild.js18 const path = require('path'); constant
/ide/tools/previewer/util/windows/
DNativeFileSystem.cpp27 std::wstring path = std::wstring(parentFolderPath.begin(), parentFolderPath.end()); in FindSubfolderByName() local
/ide/tools/previewer/automock/
Dbuild_jsmock_system_plugin.js18 const path = require('path'); constant
/ide/tools/previewer/test/unittest/jsapp/
DStageContextTest.cpp361 std::string path = "/aaa/bbb/ccc/ddd/eee/fff.json"; in TEST_F() local
404 std::string path = "/aaa/bbb/ccc/ddd/eee/fff.json"; in TEST_F() local
421 std::string path = "/aaa/bbb/ccc/ddd/eee/fff.json"; in TEST_F() local
/ide/tools/previewer/jsapp/rich/external/
DStageContext.cpp443 int StageContext::GetUpwardDirIndex(const std::string& path, const int upwardLevel) const in GetUpwardDirIndex() argument
528 const string path = CommandParser::GetInstance().GetAppResourcePath() + in SetPkgContextInfo() local
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp313 const string path = commandInfo.appResourcePath + FileSystem::GetSeparator() + "module.json"; in SetSimulatorParams() local
/ide/tools/previewer/test/unittest/util/
DJsonReaderTest.cpp413 std::string path = "1.json"; in TEST() local