OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_suffix
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/files/
file_util.cc
243
bool
have_suffix
= !suffix.empty();
local
245
(!
have_suffix
|| !PathExists(FilePath(path.value() + suffix)))) {
253
(!
have_suffix
|| !PathExists(FilePath(new_path.value() + suffix)))) {
Completed in 462 milliseconds