OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_file_name
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
error.c
278
static const char *
old_file_name
;
282
&& (file_name ==
old_file_name
283
|| strcmp (
old_file_name
, file_name) == 0))
287
old_file_name
= file_name;
277
static const char *
old_file_name
;
local
/external/bison/lib/
error.c
341
static const char *
old_file_name
;
345
&& (file_name ==
old_file_name
346
|| strcmp (
old_file_name
, file_name) == 0))
350
old_file_name
= file_name;
340
static const char *
old_file_name
;
local
/external/chromium_org/courgette/
courgette.h
78
// Applies the patch in |patch_file_name| to the bytes in |
old_file_name
| and
83
Status ApplyEnsemblePatch(const base::FilePath::CharType*
old_file_name
,
ensemble_apply.cc
381
Status ApplyEnsemblePatch(const base::FilePath::CharType*
old_file_name
,
400
base::FilePath old_file_path(
old_file_name
);
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc
639
std::string
old_file_name
;
local
641
kGAIAPictureFileNameKey, &
old_file_name
);
646
if (!
old_file_name
.empty()) {
647
base::FilePath image_path = path.AppendASCII(
old_file_name
);
654
old_file_name
.empty() ? profiles::kGAIAPictureFileName :
old_file_name
;
[
all
...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.cc
529
char
old_file_name
[FileWrapper::kMaxFileNameSize];
local
533
trace_file_.FileName(
old_file_name
,
539
UpdateFileName(
old_file_name
, new_file_name, file_count_text_);
Completed in 729 milliseconds