Home
last modified time | relevance | path

Searched defs:path (Results 1 – 8 of 8) 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()
DCommandParser.cpp321 string path = Value("j"); in IsAppPathValid() local
451 string path = Value("f"); in IsConfigPathValid() local
467 string path = Value("arp"); in IsAppResourcePathValid() local
746 string path = Value("hsp"); in IsContainerSdkPathValid() local
838 string path = Value("abp"); in IsAbilityPathValid() local
981 string path = Value("ljPath"); in IsLoaderJsonPathValid() local
DJsonReader.cpp24 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/jsapp/rich/external/
DStageContext.cpp417 int StageContext::GetUpwardDirIndex(const std::string& path, const int upwardLevel) const in GetUpwardDirIndex() argument
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp323 const string path = CommandParser::GetInstance().GetAppResourcePath() + in SetSimulatorParams() local