Searched refs:name_path (Results 1 – 4 of 4) sorted by relevance
505 char name_path[PATH_MAX]; in netns_identify_pid() local513 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()
267 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):
1920 name_path = name.split('.')1923 if not name_path[0]:1925 name_path = name_path[1:]1942 for node in name_path:
1901 name_path = name.split('.')1903 for node in name_path: