Home
last modified time | relevance | path

Searched refs:koPath (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dsymbols_file.cpp627 std::string koPath = path + module_ + KERNEL_MODULES_EXT_NAME; variable
628 HLOGV("found ko in %s", koPath.c_str());
629 if (access(koPath.c_str(), R_OK) == 0) {
631 filePath_ = koPath;
/developtools/hiperf/src/
H A Dsymbols_file.cpp803 std::string koPath = path + module_ + KERNEL_MODULES_EXT_NAME; variable
804 HLOGV("found ko in %s", koPath.c_str());
805 if (access(koPath.c_str(), R_OK) == 0) {
807 filePath_ = koPath;

Completed in 4 milliseconds