Searched defs:basePath (Results 1 – 6 of 6) sorted by relevance
61 string basePath; // usb device's base path variable
467 std::vector<std::string> GetEntriesInDir(const std::string &basePath) in GetEntriesInDir()489 std::vector<std::string> GetSubDirs(const std::string &basePath) in GetSubDirs()602 const std::string basePath {"/proc/"}; in GetAppPackagePid() local
688 std::string basePath {"/sys/kernel/tracing/events"}; in LoadTracepointEventTypesFromSystem() local
391 std::vector<std::string> GetEntriesInDir(const std::string &basePath) in GetEntriesInDir()409 std::vector<std::string> GetSubDirs(const std::string &basePath) in GetSubDirs()
213 std::string basePath = "/sys/devices/system/cpu/cpufreq/"; in GetCpuInfo() local
95 const basePath: string = path.resolve(projectConfig.projectPath); constant