Home
last modified time | relevance | path

Searched defs:_srcfile (Results 1 – 3 of 3) sorted by relevance

/external/curl/docs/libcurl/
DCMakeLists.txt9 set(_srcfile "${CMAKE_CURRENT_BINARY_DIR}/${_file}") variable
11 set(_srcfile "${CMAKE_CURRENT_SOURCE_DIR}/${_file}") variable
/external/python/cpython2/Lib/logging/
D__init__.py77 _srcfile = os.path.normcase(currentframe.__code__.co_filename) variable
/external/python/cpython3/Lib/logging/
D__init__.py175 _srcfile = os.path.normcase(addLevelName.__code__.co_filename) variable