OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_dir
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/src/
ylwrap
90
input_dir
=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
91
# Quote $
INPUT_DIR
so we can use it in a regexp.
93
input_rx=`echo "$
input_dir
" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
/external/bison/build-aux/
ylwrap
128
input_dir
=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
129
# Quote $
INPUT_DIR
so we can use it in a regexp.
131
input_rx=`echo "$
input_dir
" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
/development/scripts/
divide_and_compress_test.py
270
self.
input_dir
= '/foo/bar/baz/'
282
self.
input_dir
,
291
test_target.AddFileToArchive(''.join([self.
input_dir
, self.file_to_add]),
302
os.path.isfile(''.join([self.
input_dir
, self.file_to_add])).AndReturn(True)
304
os.stat(''.join([self.
input_dir
, self.file_to_add])).AndReturn([39480])
318
archive_mock.write(''.join([self.
input_dir
, self.file_to_add]),
/external/blktrace/
blkparse.c
263
static char *
input_dir
;
variable
[
all
...]
Completed in 548 milliseconds