OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:socket_target_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
process_singleton_posix_unittest.cc
147
base::FilePath
socket_target_path
= base::FilePath(std::string(buf, len));
local
149
ASSERT_EQ(0, lstat(
socket_target_path
.value().c_str(), &statbuf));
156
base::FilePath remote_cookie_path =
socket_target_path
.DirName().
379
base::FilePath
socket_target_path
= base::FilePath(std::string(buf, len));
local
381
ASSERT_EQ(0, rename(
socket_target_path
.value().c_str(),
process_singleton_posix.cc
991
base::FilePath
socket_target_path
=
local
[
all
...]
Completed in 235 milliseconds