OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptdir
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
116
scriptdir
= self.translate_path(nextdir)
117
if os.path.isdir(
scriptdir
):
pydoc.py
2284
scriptdir
= os.path.dirname(sys.argv[0])
variable in class:cli.BadUsage
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
116
scriptdir
= self.translate_path(nextdir)
117
if os.path.isdir(
scriptdir
):
pydoc.py
2284
scriptdir
= os.path.dirname(sys.argv[0])
variable in class:cli.BadUsage
[
all
...]
/ndk/sources/host-tools/make-3.81/tests/
test_driver.pl
109
$
scriptdir
= "scripts"; # The directory where we find the test scripts
125
$scriptpath = "$cwdslash$
scriptdir
";
165
opendir (
SCRIPTDIR
, $scriptpath)
167
@dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (
SCRIPTDIR
) );
168
closedir (
SCRIPTDIR
);
175
opendir (
SCRIPTDIR
, "$scriptpath/$dir")
177
@files = grep (!/^(\..*|CVS|RCS|.*~)$/, readdir (
SCRIPTDIR
) );
178
closedir (
SCRIPTDIR
);
Completed in 60 milliseconds