Searched refs:path_buffer (Results 1 – 3 of 3) sorted by relevance
69 char path_buffer[0]; /* above data assume this is char array */ member78 char path_buffer[0]; /* above data assume this is char array */ member818 (ntfschar*)&mount_point_data->path_buffer[offs], in ntfs_make_symlink()828 p = (ntfschar*)&symlink_data->path_buffer[offs]; in ntfs_make_symlink()
10973 std::string_view path_buffer = in parse_prepared_path() local10979 if (unicode::is_double_dot_path_segment(path_buffer)) { in parse_prepared_path()10984 } else if (unicode::is_single_dot_path_segment(path_buffer) && in parse_prepared_path()10989 else if (!unicode::is_single_dot_path_segment(path_buffer)) { in parse_prepared_path()10994 checkers::is_windows_drive_letter(path_buffer)) { in parse_prepared_path()10996 path += path_buffer[0]; in parse_prepared_path()10998 path_buffer.remove_prefix(2); in parse_prepared_path()10999 path.append(path_buffer); in parse_prepared_path()11003 path.append(path_buffer); in parse_prepared_path()14761 std::string_view path_buffer = in consume_prepared_path() local[all …]
1298 Local<Value> path_buffer; in CollectExceptionInfo() local1300 path_buffer = in CollectExceptionInfo()1302 obj->Set(env->context(), env->path_string(), path_buffer).Check(); in CollectExceptionInfo()