Searched defs:foreground_tasks (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dprocess_linux.cc21 static FilePath foreground_tasks; variable
52 foreground_tasks = FilePath(kForegroundTasks);
57 file_util::GetFileSystemType(foreground_tasks, &foreground_type) &&
81 if (file_util::WriteFile(foreground_tasks, pid.c_str(), pid.size()) > 0) {

Completed in 51 milliseconds