OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_file_in_temp
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/src/
file_policy_test.cc
548
base::string16
temp_file_in_temp
= temp_dir + L"file_" + temp_file_title;
local
549
file = ::CreateFile(
temp_file_in_temp
.c_str(), FILE_ALL_ACCESS,
595
EXPECT_TRUE(::DeleteFile(
temp_file_in_temp
.c_str()));
Completed in 155 milliseconds