OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_lib_dir
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
logging_config.py
50
common_lib_dir
= os.path.dirname(__file__)
51
return os.path.abspath(os.path.join(
common_lib_dir
, '..', '..'))
global_config.py
38
common_lib_dir
= os.path.dirname(sys.modules[__name__].__file__)
variable
39
client_dir = os.path.dirname(
common_lib_dir
)
Completed in 351 milliseconds