HomeSort by relevance Sort by last modified time
    Searched defs:unlock_path_ (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/test/
AlarmTestHarness.h 32 std::string unlock_path_; member in class:AlarmTestHarness
  /system/nativepower/daemon/
wake_lock_manager.h 69 unlock_path_ = unlock_path;
85 base::FilePath unlock_path_; member in class:android::WakeLockManager
wake_lock_manager_unittest.cc 35 unlock_path_ = temp_dir_.path().Append("unlock");
38 manager_.set_paths_for_testing(lock_path_, unlock_path_);
51 // Clears |lock_path_| and |unlock_path_|.
54 CHECK(base::WriteFile(unlock_path_, "", 0) == 0);
61 base::FilePath unlock_path_; member in class:android::WakeLockManagerTest
74 EXPECT_EQ("", ReadFile(unlock_path_));
81 EXPECT_EQ("", ReadFile(unlock_path_));
87 EXPECT_EQ("", ReadFile(unlock_path_));
93 EXPECT_EQ(WakeLockManager::kLockName, ReadFile(unlock_path_));
100 EXPECT_EQ("", ReadFile(unlock_path_));
    [all...]

Completed in 170 milliseconds