Home
last modified time | relevance | path

Searched defs:basePath (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_usb.h61 string basePath; // usb device's base path variable
/developtools/hiperf/src/
Dutilities.cpp467 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
Dperf_events.cpp688 std::string basePath {"/sys/kernel/tracing/events"}; in LoadTracepointEventTypesFromSystem() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp391 std::vector<std::string> GetEntriesInDir(const std::string &basePath) in GetEntriesInDir()
409 std::vector<std::string> GetSubDirs(const std::string &basePath) in GetSubDirs()
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp213 std::string basePath = "/sys/devices/system/cpu/cpufreq/"; in GetCpuInfo() local
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts95 const basePath: string = path.resolve(projectConfig.projectPath); constant