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

  /external/libbrillo/brillo/
process_unittest.cc 303 FilePath pid_path = temp_dir_.path().Append("pid"); local
304 EXPECT_FALSE(process_.ResetPidByFile(pid_path.value()));
305 EXPECT_TRUE(base::WriteFile(pid_path, "456\n", 4));
306 EXPECT_TRUE(process_.ResetPidByFile(pid_path.value()));
  /external/autotest/client/cros/
power_utils.py 739 pid_path = os.path.join(dirpath, '..', 'idProduct')
744 pid = utils.read_one_line(pid_path)

Completed in 132 milliseconds