OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nt_path
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sandbox/win/src/
file_policy_test.cc
269
base::string16
nt_path
;
local
270
ASSERT_TRUE(GetNtPathFromWin32Path(calc, &
nt_path
));
272
runner.AddFsRule(TargetPolicy::FILES_ALLOW_READONLY,
nt_path
.c_str());
275
::wsprintfW(buff, L"File_CreateSys32 %s",
nt_path
.c_str());
278
std::transform(
nt_path
.begin(),
nt_path
.end(),
nt_path
.begin(), std::tolower);
279
::wsprintfW(buff, L"File_CreateSys32 %s",
nt_path
.c_str());
win_utils.h
89
base::string16*
nt_path
);
win_utils.cc
269
base::string16*
nt_path
) {
275
bool rv = GetPathFromHandle(file,
nt_path
);
/external/chromium_org/base/
file_util_win.cc
447
bool NormalizeToNativeFilePath(const FilePath& path, FilePath*
nt_path
) {
495
*
nt_path
= FilePath(mapped_file_path);
file_util.h
288
FilePath*
nt_path
);
/external/chromium/base/
file_util_win.cc
[
all
...]
file_util.h
327
FilePath*
nt_path
);
Completed in 388 milliseconds