Home
last modified time | relevance | path

Searched refs:semaphore_filepath (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.cc219 std::string semaphore_filepath = config.getStringValue("config_directory") in check_profiling_enabled() local
221 if (access(semaphore_filepath.c_str(), F_OK) == -1) { in check_profiling_enabled()