Home
last modified time | relevance | path

Searched refs:__current_path (Results 1 – 3 of 3) sorted by relevance

/external/python/apitools/apitools/gen/
Dmessage_registry.py103 self.__current_path = []
133 return '.'.join(map(six.text_type, self.__current_path[:] + [name]))
190 self.__current_path.append(message_descriptor.name)
193 self.__current_path.pop()
/external/libcxx/src/filesystem/
Doperations.cpp529 *cwd = __current_path(ec); in __do_absolute()
908 path __current_path(error_code* ec) { in __current_path() function
922 void __current_path(const path& p, error_code* ec) { in __current_path() function
/external/libcxx/include/
Dfilesystem1412 path __current_path(error_code* __ec = nullptr);
1414 void __current_path(const path&, error_code* __ec = nullptr);
1454 return __current_path();
1458 return __current_path(&__ec);
1462 __current_path(__p);
1467 __current_path(__p, &__ec);