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

  /system/bt/osi/test/
AlarmTestHarness.h 31 std::string lock_path_; member in class:AlarmTestHarness
  /system/nativepower/daemon/
wake_lock_manager.h 68 lock_path_ = lock_path;
84 base::FilePath lock_path_; member in class:android::WakeLockManager
wake_lock_manager_unittest.cc 34 lock_path_ = temp_dir_.path().Append("lock");
38 manager_.set_paths_for_testing(lock_path_, unlock_path_);
51 // Clears |lock_path_| and |unlock_path_|.
53 CHECK(base::WriteFile(lock_path_, "", 0) == 0);
60 base::FilePath lock_path_; member in class:android::WakeLockManagerTest
73 EXPECT_EQ(WakeLockManager::kLockName, ReadFile(lock_path_));
80 EXPECT_EQ("", ReadFile(lock_path_));
86 EXPECT_EQ("", ReadFile(lock_path_));
92 EXPECT_EQ("", ReadFile(lock_path_));
99 EXPECT_EQ(WakeLockManager::kLockName, ReadFile(lock_path_));
    [all...]

Completed in 81 milliseconds