Searched refs:dir_path (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddir.c47 char *dir_path; member in struct:smb_Dir
1001 BOOL is_visible_file(connection_struct *conn, const char *dir_path, const char *name, SMB_STRUCT_STAT *pst, BOOL use_veto) argument
1019 if (strcmp(dir_path, "./")) {
1020 pstrcat(full_path, dir_path);
1047 if (asprintf(&entry, "%s/%s", dir_path, name) == -1) {
1096 dirp->dir_path = SMB_STRDUP(name);
1097 if (!dirp->dir_path) {
1100 dirp->dir = SMB_VFS_OPENDIR(conn, dirp->dir_path, mask, attr);
1102 DEBUG(5,("OpenDir: Can't open %s. %s\n", dirp->dir_path, strerror(errno) ));
1120 SAFE_FREE(dirp->dir_path);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c168 char dir_path[MAXPATHLEN]; local
179 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
181 evt_dir = opendir(dir_path);
187 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path,
880 char dir_path[MAXPATHLEN]; local
891 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
893 evt_dir = opendir(dir_path);

Completed in 84 milliseconds