Home
last modified time | relevance | path

Searched refs:name_path (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dipnetns.c505 char name_path[PATH_MAX]; in netns_identify_pid() local
513 snprintf(name_path, sizeof(name_path), "%s/%s", NETNS_RUN_DIR, in netns_identify_pid()
516 if (stat(name_path, &st) != 0) in netns_identify_pid()
/external/autotest/client/cros/input_playback/
Dinput_playback.py267 name_path = os.path.join(input_name, 'name')
268 if not os.path.exists(name_path):
270 if name == self._get_contents_of_file(name_path):
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1920 name_path = name.split('.')
1923 if not name_path[0]:
1925 name_path = name_path[1:]
1942 for node in name_path:
Dmessages_test.py1901 name_path = name.split('.')
1903 for node in name_path: