HomeSort by relevance Sort by last modified time
    Searched refs:semaphore_filepath (Results 1 - 2 of 2) sorted by null

  /system/extras/perfprofd/
perfprofdmain.cc 49 std::string semaphore_filepath = config_directory local
51 if (access(semaphore_filepath.c_str(), F_OK) == -1) {
  /system/extras/perfprofd/tests/
perfprofd_test.cc 329 std::string semaphore_filepath = config_directory variable
331 if (access(semaphore_filepath.c_str(), F_OK) == -1) {
    [all...]

Completed in 66 milliseconds