OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_character
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc
22
base::FilePath::CharType
first_character
= base_name.value()[0];
local
27
if (
first_character
== '.') {
35
if (
first_character
== '#' && last_character == '#') {
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi
275
first_character
=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
276
if test "x$
first_character
" = "x\\" \
277
|| test "x$
first_character
" = "x'"; then
Completed in 132 milliseconds